diff options
reorg and update; add cgit
Diffstat (limited to 'openstack.nix')
| -rw-r--r-- | openstack.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack.nix b/openstack.nix index ebf4eca..fb16308 100644 --- a/openstack.nix +++ b/openstack.nix @@ -2,7 +2,7 @@ { nix = { settings.trusted-users = [ "root" "commander" ]; - package = pkgs.nixUnstable; + package = pkgs.nixVersions.latest; #Unstable; extraOptions = '' experimental-features = nix-command flakes ''; |
