mirror of
https://github.com/Smaug123/PulumiConfig
synced 2025-10-08 18:18:40 +00:00
Upgrade nixpkgs (#34)
This commit is contained in:
@@ -55,9 +55,9 @@ in {
|
||||
auto-optimise-store = true;
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
};
|
||||
package = pkgs.nixUnstable;
|
||||
package = pkgs.nixVersions.latest;
|
||||
extraOptions = ''
|
||||
experimental-features = ca-derivations
|
||||
experimental-features = ca-derivations flakes
|
||||
'';
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user