diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-01-03 16:41:34 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-01-03 16:42:24 +0100 |
commit | 9000150a784d05a76455886b1ad8a95e0cff2115 (patch) | |
tree | 194b633f72d2d613a606df1736787ee50fba91ed /doc/manual/command-ref/opt-common.xml | |
parent | 5d377ace2d74475ef696bce4ac0e61946d5b3769 (diff) |
Drop a few more references to all-packages.nix
And also don't refer to f-spot, which apparently no longer exists.
Issue #1170.
Diffstat (limited to 'doc/manual/command-ref/opt-common.xml')
-rw-r--r-- | doc/manual/command-ref/opt-common.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/manual/command-ref/opt-common.xml b/doc/manual/command-ref/opt-common.xml index 14353122f..2a076877a 100644 --- a/doc/manual/command-ref/opt-common.xml +++ b/doc/manual/command-ref/opt-common.xml @@ -235,9 +235,8 @@ named <replaceable>name</replaceable>, it will call it with value <replaceable>value</replaceable>.</para> - <para>For instance, the file - <literal>pkgs/top-level/all-packages.nix</literal> in Nixpkgs is - actually a function: + <para>For instance, the top-level <literal>default.nix</literal> in + Nixpkgs is actually a function: <programlisting> { # The system (e.g., `i686-linux') for which to build the packages. |