Skip to content

Commit

Permalink
nix: 2.18 -> 2.22
Browse files Browse the repository at this point in the history
I tested this version on my system without any issues, but on
the other hand it has better error handling i.e. for infinite recursion.

This version has been now also cooking in the nix-install-action for 2
weeks: cachix/install-nix-action#206
  • Loading branch information
Mic92 committed May 28, 2024
1 parent 22a5fc0 commit 29a2cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/package-management/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ in lib.makeExtensible (self: ({
else
nix;

stable = addFallbackPathsCheck self.nix_2_18;
stable = addFallbackPathsCheck self.nix_2_22;
} // lib.optionalAttrs config.allowAliases (
lib.listToAttrs (map (
minor:
Expand Down

0 comments on commit 29a2cca

Please sign in to comment.