Files
lix/doc/manual/command-ref
Eelco Dolstra 128538ef06 nix-shell: Add --run flag
‘--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.
2015-01-08 15:14:38 +01:00
..
2014-08-27 18:41:09 +02:00
2014-09-16 14:49:00 +02:00
2014-08-27 18:41:09 +02:00
2014-08-27 18:41:09 +02:00
2014-09-16 14:57:45 +02:00
2014-09-16 14:57:45 +02:00
2014-09-16 14:57:45 +02:00
2015-01-08 15:14:38 +01:00
2014-08-27 18:41:09 +02:00
2014-12-13 23:17:26 +01:00