diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-05-08T08·19+0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-08T08·19+0200 |
commit | 71eb76a0d462de699b080abee6f3b4a978f6adc1 (patch) | |
tree | b168e1e310c9c18f432877c796c5e737833455e7 | |
parent | 92caa60c49daea807751c067c3bce96cef8399b0 (diff) | |
parent | 288f93cec0efeba5a767c09e4d58203c67704a6f (diff) |
Merge pull request #2765 from nh2/manual-nixpkgs-word
manual: "Nix Package collection" -> "Nixpkgs package collection".
-rw-r--r-- | doc/manual/packages/basic-package-mgmt.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/packages/basic-package-mgmt.xml b/doc/manual/packages/basic-package-mgmt.xml index e8d1419da093..0f21297f31b9 100644 --- a/doc/manual/packages/basic-package-mgmt.xml +++ b/doc/manual/packages/basic-package-mgmt.xml @@ -24,11 +24,11 @@ symlinks to the files of the active applications. </para> <para>Components are installed from a set of <emphasis>Nix expressions</emphasis> that tell Nix how to build those packages, including, if necessary, their dependencies. There is a collection of -Nix expressions called the Nix Package collection that contains +Nix expressions called the Nixpkgs package collection that contains packages 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.)</para> +tied to the Nixpkgs package collection; you could write your own Nix +expressions based on Nixpkgs, or completely new ones.)</para> <para>You can manually download the latest version of Nixpkgs from <link xlink:href='http://nixos.org/nixpkgs/download.html'/>. However, |