* Use the latest Nixpkgs for the CD.

svn path=/nixos/trunk/; revision=9480
This commit is contained in:
Eelco Dolstra 2007-10-19 11:55:24 +00:00
parent 6d65f0ae03
commit ee2b3dccd8

View File

@ -4,7 +4,7 @@
rec { rec {
nixpkgsRel = "nixpkgs-0.11pre9274"; nixpkgsRel = "nixpkgs-0.12pre9479";
configuration = { configuration = {
@ -126,7 +126,7 @@ rec {
# Get a recent copy of Nixpkgs. # Get a recent copy of Nixpkgs.
nixpkgsTarball = pkgs.fetchurl { nixpkgsTarball = pkgs.fetchurl {
url = configuration.installer.nixpkgsURL + "/" + nixpkgsRel + ".tar.bz2"; url = configuration.installer.nixpkgsURL + "/" + nixpkgsRel + ".tar.bz2";
md5 = "5cd0f41665dee8f04f00d2d5e514021f"; md5 = "1b78724c2f2d93c4f4f4477a22f6eda5";
}; };