aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src/installation/obtaining-source.md
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2021-11-02 13:52:35 +0100
committerEelco Dolstra <edolstra@gmail.com>2021-11-02 15:29:47 +0100
commitb61b307badd30149ddad6cde64d98ac2afb447a5 (patch)
tree2c9061afe74aa0a7cf1e48efa38e0ed75e8c738d /doc/manual/src/installation/obtaining-source.md
parentb8532c9ff16582b793d880ddea54e8806bd50238 (diff)
Remove references to building from the source tarball
Diffstat (limited to 'doc/manual/src/installation/obtaining-source.md')
-rw-r--r--doc/manual/src/installation/obtaining-source.md15
1 files changed, 5 insertions, 10 deletions
diff --git a/doc/manual/src/installation/obtaining-source.md b/doc/manual/src/installation/obtaining-source.md
index 0a906e390..da05d243d 100644
--- a/doc/manual/src/installation/obtaining-source.md
+++ b/doc/manual/src/installation/obtaining-source.md
@@ -1,14 +1,9 @@
-# Obtaining a Source Distribution
+# Obtaining the Source
-The source tarball of the most recent stable release can be downloaded
-from the [Nix homepage](http://nixos.org/nix/download.html). You can
-also grab the [most recent development
-release](http://hydra.nixos.org/job/nix/master/release/latest-finished#tabs-constituents).
-
-Alternatively, the most recent sources of Nix can be obtained from its
-[Git repository](https://github.com/NixOS/nix). For example, the
-following command will check out the latest revision into a directory
-called `nix`:
+The most recent sources of Nix can be obtained from its [Git
+repository](https://github.com/NixOS/nix). For example, the following
+command will check out the latest revision into a directory called
+`nix`:
```console
$ git clone https://github.com/NixOS/nix