all: pkgs.nixUnstable -> pkgs.nixVersion.latest

This commit is contained in:
Asmir A 2024-05-07 11:30:55 +02:00
parent 1a6ab2840a
commit 5630b394f0
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
optimise.automatic = true;
gc.automatic = true;
gc.options = "--delete-older-than 7d";
package = pkgs.nixUnstable;
package = pkgs.nixVersions.latest;
settings.experimental-features = ["nix-command" "flakes"];
};

View File

@ -34,7 +34,7 @@
optimise.automatic = true;
gc.automatic = true;
gc.options = "--delete-older-than 7d";
package = pkgs.nixUnstable;
package = pkgs.nixVersions.latest;
settings = {
experimental-features = ["nix-command" "flakes"];
};

View File

@ -42,7 +42,7 @@
optimise.automatic = true;
gc.automatic = true;
gc.options = "--delete-older-than 7d";
package = pkgs.nixUnstable;
package = pkgs.nixVersions.latest;
settings = {
sandbox = true;
experimental-features = ["nix-command" "flakes"];