man page (nix-instantiate): Remove non-existent nix-build argument -r
This commit is contained in:
parent
56a1f8f499
commit
b1f5995a20
|
@ -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:
|
<para>To test whether a previously-built derivation is deterministic:
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
$ nix-build -r '<nixpkgs>' -A hello --check -K
|
$ nix-build '<nixpkgs>' -A hello --check -K
|
||||||
</screen>
|
</screen>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
Loading…
Reference in a new issue