From 32e3f4918273770271936fa6b8dfb00d51c4413b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 28 Apr 2008 08:08:44 +0000 Subject: [PATCH] * Updated the Nixpkgs URL. svn path=/nixos/trunk/; revision=11737 --- configuration/rescue-cd.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration/rescue-cd.nix b/configuration/rescue-cd.nix index 407dfa9ad4b1..be96b1981cce 100644 --- a/configuration/rescue-cd.nix +++ b/configuration/rescue-cd.nix @@ -8,7 +8,7 @@ rec { - nixpkgsRel = "nixpkgs-0.12pre10553"; + nixpkgsRel = "nixpkgs-0.12pre11712-4lrp7j8x"; configuration = { @@ -162,7 +162,7 @@ rec { }; installer = { - nixpkgsURL = http://nix.cs.uu.nl/dist/nix/ + nixpkgsRel; + nixpkgsURL = http://nixos.org/releases/nixpkgs/ + nixpkgsRel; }; security = { @@ -225,8 +225,8 @@ rec { # Get a recent copy of Nixpkgs. nixpkgsTarball = pkgs.fetchurl { - url = configuration.installer.nixpkgsURL + "/" + nixpkgsRel + ".tar.bz2"; - md5 = "a6f1cd8486b7d588ecc7d98f5baf6a73"; + url = configuration.installer.nixpkgsURL + "/nixexprs.tar.bz2"; + sha256 = "af5983ce0ac4bb5ad7786905d20fe4ae6bd4c43f6c831baa42bf15f09535dba4"; };