mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 01:38:02 +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 = {
|
nix = {
|
||||||
|
package = pkgs.nixVersions.latest;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
experimental-features = [ "nix-command" "flakes" ];
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
warn-dirty = false;
|
warn-dirty = false;
|
||||||
allow-import-from-derivation = false;
|
allow-import-from-derivation = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user