about summary refs log tree commit diff
path: root/doc/manual/command-ref/nix-shell.xml
AgeCommit message (Collapse)AuthorFilesLines
2015-06-01 Document tarball downloadingEelco Dolstra1-0/+19
2015-06-01 Document nix-shell #!-scriptsEelco Dolstra1-0/+124
2015-01-08 nix-shell: Add --run flagEelco Dolstra1-5/+19
‘--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-16 Fix references to version.txtEelco Dolstra1-1/+1
2014-08-27 Restructuring the Nix manualMikey Ariel1-0/+201