mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02:00
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:
parent
b4d3190167
commit
16258b3374
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user