aboutsummaryrefslogtreecommitdiff
path: root/src/nix
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-07-21 01:18:33 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-07-21 01:18:33 +0000
commitbf0dca77903a0a162d34f21bf79a3142af68ffef (patch)
treeb2ec45f2bec92c3b8abdc1e6ba073983481495e4 /src/nix
parent6357b1b0fb33bfa26f1d44326fc01d0c86d86f2c (diff)
parent9aae179f34ec2f38167585c07f18a8ab8acefafb (diff)
Merge branch 'fix-and-document-addToStoreSlow' of github.com:obsidiansystems/nix into misc-ca
Diffstat (limited to 'src/nix')
-rw-r--r--src/nix/edit.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix/edit.cc b/src/nix/edit.cc
index dc9775635..378a3739c 100644
--- a/src/nix/edit.cc
+++ b/src/nix/edit.cc
@@ -45,6 +45,7 @@ struct CmdEdit : InstallableCommand
auto args = editorFor(pos);
+ restoreSignals();
execvp(args.front().c_str(), stringsToCharPtrs(args).data());
std::string command;