* NixOS: use nixStable.

svn path=/nixpkgs/trunk/; revision=23267
This commit is contained in:
Eelco Dolstra 2010-08-20 08:52:59 +00:00
parent 6345fa2d1d
commit 9d4feab5c5

View File

@ -6859,10 +6859,13 @@ let
stateDir = getPkgConfig "nix" "stateDir" "/nix/var";
};
nixUnstable = nixStable;
/*
nixUnstable = callPackage ../tools/package-management/nix/unstable.nix {
storeDir = getPkgConfig "nix" "storeDir" "/nix/store";
stateDir = getPkgConfig "nix" "stateDir" "/nix/var";
};
*/
# The SQLite branch.
nixSqlite = lowPrio (makeOverridable (import ../tools/package-management/nix/sqlite.nix) {