* Use the latest Nixpkgs.
svn path=/nixos/trunk/; revision=7582
This commit is contained in:
parent
2d20b19e5b
commit
835bb2b880
4
README
4
README
@ -1,12 +1,14 @@
|
|||||||
*** Building the installation CD ***
|
*** 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.
|
- Make sure that you have a very recent Nix.
|
||||||
|
|
||||||
- Pull from the Nixpkgs channel to speed up building.
|
- Pull from the Nixpkgs channel to speed up building.
|
||||||
|
|
||||||
- Check out https://svn.cs.uu.nl:12443/repos/trace/nixos/trunk/.
|
- 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:
|
- Build the ISO image:
|
||||||
|
|
||||||
|
@ -85,12 +85,12 @@ rec {
|
|||||||
|
|
||||||
|
|
||||||
# Get a recent copy of Nixpkgs.
|
# Get a recent copy of Nixpkgs.
|
||||||
nixpkgsRel = "nixpkgs-0.11pre7355";
|
nixpkgsRel = "nixpkgs-0.11pre7577";
|
||||||
nixpkgsURL = http://nix.cs.uu.nl/dist/nix/ + nixpkgsRel;
|
nixpkgsURL = http://nix.cs.uu.nl/dist/nix/ + nixpkgsRel;
|
||||||
|
|
||||||
nixpkgsTarball = pkgs.fetchurl {
|
nixpkgsTarball = pkgs.fetchurl {
|
||||||
url = nixpkgsURL + "/" + nixpkgsRel + ".tar.bz2";
|
url = nixpkgsURL + "/" + nixpkgsRel + ".tar.bz2";
|
||||||
md5 = "9d3e5e9f6ab64536803abf3f2e1c6056";
|
md5 = "0949415aa342679f206fdb7ee9b04b46";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user