11
11
<title >Building the installation CD</title >
12
12
13
13
<para >Instead of building an installation CD, you could just download
14
- one from <link xlink : href =" http://nix.cs.uu.nl /nixos/" />. If you want
14
+ one from <link xlink : href =" http://nixos.org /nixos/" />. If you want
15
15
(or need) to build it yourself:
16
16
17
17
<orderedlist >
18
18
19
19
<listitem ><para >Make sure that you have a <emphasis >very</emphasis >
20
20
recent pre-release version of Nix installed (<link
21
- xlink : href =" http://nix.cs.uu.nl/dist /nix/nix-unstable-latest /" />).
21
+ xlink : href =" http://nixos.org/releases /nix/nix-unstable/" />).
22
22
The NixOS Nix expressions frequently use bleeding-edge features. If
23
23
you get any kind of expression evaluation error, try to upgrade your
24
24
Nix.</para ></listitem >
@@ -29,18 +29,18 @@ one from <link xlink:href="http://nix.cs.uu.nl/nixos/"/>. If you want
29
29
channel to speed up building, i.e.,
30
30
31
31
<screen >
32
- $ nix-channel --add http://nix.cs.uu.nl/dist/nix /channels-v3 /nixpkgs-unstable
32
+ $ nix-channel --add http://nixos.org/releases/nixpkgs /channels/nixpkgs-unstable
33
33
$ nix-channel --update</screen >
34
34
35
35
</para ></listitem >
36
36
37
37
<listitem ><para >Check out NixOS from <link
38
- xlink : href =" https://svn.cs.uu.nl:12443 /repos/trace /nixos/trunk" /> as
38
+ xlink : href =" https://svn.nixos.org /repos/nix /nixos/trunk" /> as
39
39
<literal >nixos</literal >.</para ></listitem >
40
40
41
41
<listitem ><para >If you don’t already have Nixpkgs checkout, Check
42
42
out Nixpkgs from <link
43
- xlink : href =" https://svn.cs.uu.nl:12443 /repos/trace /nixos/trunk" /> as
43
+ xlink : href =" https://svn.nixos.org /repos/nix /nixos/trunk" /> as
44
44
<literal >nixpkgs</literal >.</para ></listitem >
45
45
46
46
<listitem ><para >In the directory <literal >nixos</literal >, make a
@@ -174,7 +174,7 @@ $ nixos-hardware-scan > /mnt/etc/nixos/configuration.nix</screen>
174
174
175
175
<para >More examples of NixOS configurations for some actual
176
176
machines can be found at <link
177
- xlink : href =" https://svn.cs.uu.nl:12443 /repos/trace /configurations/trunk/" />.</para >
177
+ xlink : href =" https://svn.nixos.org /repos/nix /configurations/trunk/" />.</para >
178
178
179
179
<note ><para >It is very important that you specify in the option
180
180
<option >boot.initrd.extraKernelModules</option > all kernel modules
0 commit comments