diff --git a/doc/manual/nix-pull.xml b/doc/manual/nix-pull.xml index 2e0723c108..448ab0065e 100644 --- a/doc/manual/nix-pull.xml +++ b/doc/manual/nix-pull.xml @@ -36,7 +36,7 @@ Examples -$ nix-pull http://catamaran.labs.cs.uu.nl/dist/nix/nixpkgs-0.5pre753/MANIFEST +$ nix-pull http://nix.cs.uu.nl/dist/nix/nixpkgs-0.5pre753/MANIFEST diff --git a/doc/manual/package-management.xml b/doc/manual/package-management.xml index d225b41ee7..7127dd34ea 100644 --- a/doc/manual/package-management.xml +++ b/doc/manual/package-management.xml @@ -32,8 +32,8 @@ components ranging from basic development stuff such as GCC and Glibc, to end-user applications like Mozilla Firefox. (Nix is however not tied to the Nix Package collection; you could write your own Nix expressions based on it, or completely new ones.) You can download -the latest version from . +the latest version from . Assuming that you have downloaded and unpacked a release of Nix Packages, you can view the set of available components in the release: @@ -97,16 +97,15 @@ available somewhere. This is done using the containing a manifest describing what binaries are available. This URL should correspond to the Nix Packages release that you’re using. For instance, if you obtained a release from -, -then you should do: +, then +you should do: -$ nix-pull http://catamaran.labs.cs.uu.nl/dist/nix/nixpkgs-0.6pre1554/MANIFEST +$ nix-pull http://nix.cs.uu.nl/dist/nix/nixpkgs-0.6pre1554/MANIFEST If you then issue the installation command, it should start downloading binaries from catamaran.labs.cs.uu.nl, instead of +class='fqdomainname'>nix.cs.uu.nl, instead of building them from source. This might still take a while since all dependencies must be downloaded, but on a reasonably fast connection such as an DSL line it’s on the order of a few minutes. @@ -425,7 +424,7 @@ URL. nix-channel --add, e.g., -$ nix-channel --add http://catamaran.labs.cs.uu.nl/dist/nix/channels/nixpkgs-unstable +$ nix-channel --add http://nix.cs.uu.nl/dist/nix/channels-v3/nixpkgs-unstable subscribes you to a channel that always contains that latest version of the Nix Packages collection. (Instead of diff --git a/doc/manual/quick-start.xml b/doc/manual/quick-start.xml index a6433ae42f..3ebc49d3b4 100644 --- a/doc/manual/quick-start.xml +++ b/doc/manual/quick-start.xml @@ -27,7 +27,7 @@ file). Subscribe to the Nix Packages channel. -$ nix-channel --add http://catamaran.labs.cs.uu.nl/dist/nix/channels/nixpkgs-unstable +$ nix-channel --add http://nix.cs.uu.nl/dist/nix/channels-v3/nixpkgs-unstable