all: pkgs.nixUnstable -> pkgs.nixVersion.latest
This commit is contained in:
@@ -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"];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user