nix: Update version from 2.18 to 2.22

This should fix a few issues with Nix that were fixed in newer
versions.
This commit is contained in:
Donovan Glover 2024-07-18 12:55:27 -04:00
parent b4d3190167
commit 16258b3374
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -91,8 +91,10 @@ in
};
nix = {
package = pkgs.nixVersions.latest;
settings = {
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
experimental-features = [ "nix-command" "flakes" ];
auto-optimise-store = true;
warn-dirty = false;
allow-import-from-derivation = false;