nixUnstable: bump

This commit is contained in:
Shea Levy
2014-06-16 10:44:02 -04:00
parent 0f9b3ef24a
commit 52aa2afdcd
2 changed files with 3 additions and 6 deletions

View File

@@ -10917,13 +10917,10 @@ let
stateDir = config.nix.stateDir or "/nix/var";
};
nixUnstable = nixStable;
/*
nixUnstable = callPackage ../tools/package-management/nix/unstable.nix {
storeDir = config.nix.storeDir or "/nix/store";
stateDir = config.nix.stateDir or "/nix/var";
};
*/
nixops = callPackage ../tools/package-management/nixops { };