* Use the latest Nixpkgs.

svn path=/nixos/trunk/; revision=7582
This commit is contained in:
Eelco Dolstra 2007-01-09 12:12:06 +00:00
parent 2d20b19e5b
commit 835bb2b880
2 changed files with 5 additions and 3 deletions

4
README
View file

@ -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:

View file

@ -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";
};