forked from extern/nix-config
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";
|
||||
nfu = "nix flake update";
|
||||
nfl = "nix flake lock --update-input";
|
||||
npr = "nixpkgs-review pr --run fish --print-result";
|
||||
nd = "nix develop --command fish";
|
||||
nb = "nix build";
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
package = with pkgs.nixVersions; nix_2_19;
|
||||
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||
|
Loading…
Reference in New Issue
Block a user