diff options
author | Robert Vollmert <rob@vllmrt.net> | 2017-07-07T18·37+0200 |
---|---|---|
committer | Robert Vollmert <rob@vllmrt.net> | 2017-07-07T20·11+0200 |
commit | b1f5995a20b5511bce614d1718816088bc7f0ec0 (patch) | |
tree | b02151cc9c10f0a079aef9278ca67946a602fb4e /doc | |
parent | 56a1f8f4998cb6aa4ff2c8b61ca36634af4b3759 (diff) |
man page (nix-instantiate): Remove non-existent nix-build argument -r
Diffstat (limited to 'doc')
-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 fb017b741da9..19c99841a0ac 100644 --- a/doc/manual/command-ref/nix-store.xml +++ b/doc/manual/command-ref/nix-store.xml @@ -234,7 +234,7 @@ linkend="sec-nix-build"><command>nix-build</command></link> does.</para> <para>To test whether a previously-built derivation is deterministic: <screen> -$ nix-build -r '<nixpkgs>' -A hello --check -K +$ nix-build '<nixpkgs>' -A hello --check -K </screen> </para> |