Skip to content

Commit

Permalink
nix: Update version to 2.19.2
Browse files Browse the repository at this point in the history
This fixes an issue where nixFlakes (the stable version of Nix) would
fail when running nixos-rebuild if a path contained non-ASCII
characters.
  • Loading branch information
donovanglover committed Dec 15, 2023
1 parent 4132163 commit 8242938
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion modules/fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion modules/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
nix = {
package = pkgs.nixFlakes;
package = with pkgs.nixVersions; nix_2_19;

settings = {
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
Expand Down

0 comments on commit 8242938

Please sign in to comment.