forked from lix-project/lix
Fix typo in nix-shell command reference.
This commit is contained in:
parent
b3e8d72770
commit
37b8e59f6f
|
@ -267,7 +267,7 @@ dependencies in Nixpkgs.</para>
|
||||||
|
|
||||||
<para>The lines starting with <literal>#! nix-shell</literal> specify
|
<para>The lines starting with <literal>#! nix-shell</literal> specify
|
||||||
<command>nix-shell</command> options (see above). Note that you cannot
|
<command>nix-shell</command> options (see above). Note that you cannot
|
||||||
write <literal>#1 /usr/bin/env nix-shell -i ...</literal> because
|
write <literal>#! /usr/bin/env nix-shell -i ...</literal> because
|
||||||
many operating systems only allow one argument in
|
many operating systems only allow one argument in
|
||||||
<literal>#!</literal> lines.</para>
|
<literal>#!</literal> lines.</para>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue