mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
nix: Update version to 2.19.2
This fixes an issue where nixFlakes (the stable version of Nix) would fail when running nixos-rebuild if a path contained non-ASCII characters.
This commit is contained in:
parent
4132163b99
commit
8242938fc9
@ -93,7 +93,6 @@
|
|||||||
|
|
||||||
nf = "nix flake";
|
nf = "nix flake";
|
||||||
nfu = "nix flake update";
|
nfu = "nix flake update";
|
||||||
nfl = "nix flake lock --update-input";
|
|
||||||
npr = "nixpkgs-review pr --run fish --print-result";
|
npr = "nixpkgs-review pr --run fish --print-result";
|
||||||
nd = "nix develop --command fish";
|
nd = "nix develop --command fish";
|
||||||
nb = "nix build";
|
nb = "nix build";
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.nixFlakes;
|
package = with pkgs.nixVersions; nix_2_19;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user