diff options
author | Benjamin Hipple <bhipple@protonmail.com> | 2020-05-09 10:58:43 -0400 |
---|---|---|
committer | Benjamin Hipple <bhipple@protonmail.com> | 2020-05-09 10:58:43 -0400 |
commit | 146f9c114ff347d372b5ab6c5fc00fdd3f2895da (patch) | |
tree | 27bec341ea10bdcaebcd118b182943546e08d7d6 /doc/manual/command-ref | |
parent | d3d8186c9c9a4f4734d1604b19047f11b0edb049 (diff) |
doc: consistently refer to 'fixed-output' with a dash
General cleanup that makes it easier to search for the term.
Diffstat (limited to 'doc/manual/command-ref')
-rw-r--r-- | doc/manual/command-ref/nix-store.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/command-ref/nix-store.xml b/doc/manual/command-ref/nix-store.xml index 1ddb5408d..d71f9d8e4 100644 --- a/doc/manual/command-ref/nix-store.xml +++ b/doc/manual/command-ref/nix-store.xml @@ -936,7 +936,7 @@ $ nix-store --add ./foo.c <para>The operation <option>--add-fixed</option> adds the specified paths to the Nix store. Unlike <option>--add</option> paths are registered using the -specified hashing algorithm, resulting in the same output path as a fixed output +specified hashing algorithm, resulting in the same output path as a fixed-output derivation. This can be used for sources that are not available from a public url or broke since the download expression was written. </para> |