system: use latest nix version

This commit is contained in:
Donovan Glover
2024-10-10 08:17:27 -04:00
parent 2c2f8acb89
commit e663c397a7

View File

@@ -109,7 +109,7 @@ in
};
nix = {
package = pkgs.nixVersions.nix_2_22;
package = pkgs.nixVersions.latest;
settings = {
auto-optimise-store = true;