aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/command-ref/nix-shell.xml
AgeCommit message (Collapse)Author
2016-02-13Fix typo in nix-shell command reference.Scott Olson
2016-01-05propagate NIX_BUILD_SHELL also in pure builds document NIX_BUILD_SHELL in ↵Fabian Schmitthenner
the nix-shell command documentation
2016-01-05doc: Clarify why multiple arguments are not supported in shebang lineTim Cuthbertson
It's not a limitation of `/usr/bin/env`, it's just how the OS processes shebang lines (see http://stackoverflow.com/a/4304187)
2015-06-01Document tarball downloadingEelco Dolstra
2015-06-01Document nix-shell #!-scriptsEelco Dolstra
2015-01-08nix-shell: Add --run flagEelco Dolstra
‘--run’ is like ‘--command’, except that it runs the command in a non-interactive shell. This is important if you do things like: $ nix-shell --command make Hitting Ctrl-C while make is running drops you into the interactive Nix shell, which is probably not what you want. So you can now do $ nix-shell --run make instead.
2014-09-16Fix references to version.txtEelco Dolstra
2014-08-27Restructuring the Nix manualMikey Ariel