diff options
author | Shea Levy <shea@shealevy.com> | 2016-02-13T19·44-0500 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2016-02-13T19·44-0500 |
commit | 74f954ee6253ce1f934327d6c050fdbdeca8fac2 (patch) | |
tree | 6819f49a5bb08b2e70eebf531379f5f2b069cfd2 | |
parent | bd42510e49f3f8baf76bcea0018b7639b7f6cabd (diff) | |
parent | 37b8e59f6fd381b85cf1a0e731e50390e3de5c5c (diff) |
Merge branch 'patch-1' of https://github.com/tsion/nix
Typo fix
-rw-r--r-- | doc/manual/command-ref/nix-shell.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/command-ref/nix-shell.xml b/doc/manual/command-ref/nix-shell.xml index 6f00e28cacaa..c64c93ec3ac2 100644 --- a/doc/manual/command-ref/nix-shell.xml +++ b/doc/manual/command-ref/nix-shell.xml @@ -267,7 +267,7 @@ dependencies in Nixpkgs.</para> <para>The lines starting with <literal>#! nix-shell</literal> specify <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 <literal>#!</literal> lines.</para> |