svn path=/nixos/trunk/; revision=9275
This commit is contained in:
parent
53a8d28f06
commit
0d1aa83fea
@ -4,7 +4,7 @@
|
|||||||
rec {
|
rec {
|
||||||
|
|
||||||
|
|
||||||
nixpkgsRel = "nixpkgs-0.11pre8649";
|
nixpkgsRel = "nixpkgs-0.11pre9274";
|
||||||
|
|
||||||
|
|
||||||
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 = "ad086844938049a2338f3cb527d43df8";
|
md5 = "5cd0f41665dee8f04f00d2d5e514021f";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user