diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-01-08 15:14:38 +0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-01-08 15:14:38 +0100 |
commit | 128538ef06aa1075b82a1c559e11f6e445514858 (patch) | |
tree | 7a7db47e2d4fec212ed7cbe0f172279f966598c1 /src/libstore/build.cc | |
parent | b76589206a1303fb2dca073f6ec01bc71fc0fab2 (diff) |
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.
Diffstat (limited to 'src/libstore/build.cc')
0 files changed, 0 insertions, 0 deletions