Skip to content

Commit

Permalink
nix: core: set usable Nix version
Browse files Browse the repository at this point in the history
`latest` makes "devenv" hang forever for some reason, see
cachix/devenv#1364 for details,
while more dated versions either lack essential features,
including experimental ones, or works overall strangely.
  • Loading branch information
wiedzmin committed Aug 16, 2024
1 parent 7e87012 commit 90b9086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nix/core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ in
trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" ];
trusted-users = [ "root" user ];
};
package = pkgs.nixVersions.latest;
package = pkgs.nixVersions.nix_2_22;
extraOptions = ''
auto-optimise-store = true
keep-outputs = true
Expand Down

0 comments on commit 90b9086

Please sign in to comment.