Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-18 | Update instructions for Haskell script using nix-shell interpreter | Samuel Evans-Powell | |
- The instructions for using nix-shell as an interpreter has a Haskell script example that doesn't work on more recent versions of Nix. Update the instructions with a working command | |||
2018-09-19 | nix-shell: document double quotes being necessary for a simple Nix ↵ | Graham Christensen | |
expression in the shebang | |||
2018-09-19 | nix-shell: explain the merging property close to the example | Graham Christensen | |
2018-08-02 | Allows selectively adding environment variables to pure shells. | Samuel Dionne-Riel | |
Includes documentation and test. | |||
2017-07-10 | fix buggy nix-shell man page | Robert Vollmert | |
2017-07-07 | man page (nix-shell): Fix grouping of -p option | Robert Vollmert | |
Not sure about the raw ellipsis. | |||
2016-02-13 | Fix typo in nix-shell command reference. | Scott Olson | |
2016-01-05 | propagate NIX_BUILD_SHELL also in pure builds document NIX_BUILD_SHELL in ↵ | Fabian Schmitthenner | |
the nix-shell command documentation | |||
2016-01-05 | doc: Clarify why multiple arguments are not supported in shebang line | Tim 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-01 | Document tarball downloading | Eelco Dolstra | |
2015-06-01 | Document nix-shell #!-scripts | Eelco Dolstra | |
2015-01-08 | nix-shell: Add --run flag | Eelco 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-16 | Fix references to version.txt | Eelco Dolstra | |
2014-08-27 | Restructuring the Nix manual | Mikey Ariel | |