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

This commit is contained in:
2024-05-07 11:30:55 +02:00
parent 1a6ab2840a
commit 5630b394f0
3 changed files with 3 additions and 3 deletions

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"];
};