From 835bb2b880038aec0e2027bb38cc3ec9df1c9048 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 9 Jan 2007 12:12:06 +0000 Subject: [PATCH] * Use the latest Nixpkgs. svn path=/nixos/trunk/; revision=7582 --- README | 4 +++- configuration/rescue-cd.nix | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README b/README index 406a95871a3..44d67eabd75 100644 --- a/README +++ b/README @@ -1,12 +1,14 @@ *** Building the installation CD *** +(Or just grab an ISO from http://nix.cs.uu.nl/dist/nix/.) + - Make sure that you have a very recent Nix. - Pull from the Nixpkgs channel to speed up building. - Check out https://svn.cs.uu.nl:12443/repos/trace/nixos/trunk/. -- make a symbolic link called "pkgs" to the location of Nixpkgs +- Make a symbolic link called "pkgs" to the location of Nixpkgs. - Build the ISO image: diff --git a/configuration/rescue-cd.nix b/configuration/rescue-cd.nix index a8453f1f619..2fd1f0b9945 100644 --- a/configuration/rescue-cd.nix +++ b/configuration/rescue-cd.nix @@ -85,12 +85,12 @@ rec { # Get a recent copy of Nixpkgs. - nixpkgsRel = "nixpkgs-0.11pre7355"; + nixpkgsRel = "nixpkgs-0.11pre7577"; nixpkgsURL = http://nix.cs.uu.nl/dist/nix/ + nixpkgsRel; nixpkgsTarball = pkgs.fetchurl { url = nixpkgsURL + "/" + nixpkgsRel + ".tar.bz2"; - md5 = "9d3e5e9f6ab64536803abf3f2e1c6056"; + md5 = "0949415aa342679f206fdb7ee9b04b46"; };