nix run: Restore signals
Otherwise Ctrl-C doesn't work.
This commit is contained in:
parent
5421ad243e
commit
f3e0d46821
1 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,8 @@ struct CmdRun : InstallablesCommand
|
||||||
|
|
||||||
stopProgressBar();
|
stopProgressBar();
|
||||||
|
|
||||||
|
restoreSignals();
|
||||||
|
|
||||||
/* If this is a diverted store (i.e. its "logical" location
|
/* If this is a diverted store (i.e. its "logical" location
|
||||||
(typically /nix/store) differs from its "physical" location
|
(typically /nix/store) differs from its "physical" location
|
||||||
(e.g. /home/eelco/nix/store), then run the command in a
|
(e.g. /home/eelco/nix/store), then run the command in a
|
||||||
|
|
Loading…
Reference in a new issue