lix/src/nix
Lars Mühmel bc73590151 nix edit: call restoreSignals() before execvp-ing the $EDITOR
Currently resizing of the terminal doesn't play nicely with
nix edit when using kakoune as the editor, as it relies on the
SIGWINCH signal which is trapped by nix. How this is not a problem
with e.g. vim is beyond me.

Virtually all other exec* calls are following a call to
restoreSignals(). This commit adds this behavior to nix edit
as well.
2020-07-17 17:35:59 +02:00
..
add-to-store.cc More designated initializers 2020-06-19 17:42:56 +00:00
app.cc nix run: Use packages/legacyPackages as fallback if there is no app definition 2020-06-29 19:08:50 +02:00
build.cc Clean up RealiseMode 2020-07-15 20:05:42 +02:00
cat.cc Merge remote-tracking branch 'origin/master' into flakes 2020-06-17 10:26:52 +02:00
command.cc nix: Add --derivation flag to operate on .drv paths 2020-07-15 20:25:10 +02:00
command.hh Add command 'nix profile diff-closure' 2020-07-16 17:00:42 +02:00
copy.cc nix: Fix examples 2020-07-15 20:28:16 +02:00
develop.cc nix: Add --derivation flag to operate on .drv paths 2020-07-15 20:25:10 +02:00
diff-closures.cc Add command 'nix profile diff-closure' 2020-07-16 17:00:42 +02:00
doctor.cc nix doctor: Consistency 2020-05-05 15:27:47 +02:00
dump-path.cc nix --help: Group commands 2020-05-05 15:18:23 +02:00
edit.cc nix edit: call restoreSignals() before execvp-ing the $EDITOR 2020-07-17 17:35:59 +02:00
eval.cc nix eval: Add --apply flag for post-processing the result 2020-06-17 18:12:24 +02:00
flake.cc Merge remote-tracking branch 'origin/master' into flakes 2020-07-06 16:40:10 +02:00
get-env.sh nix develop: Support derivations with multiple outputs 2020-07-06 18:34:58 +02:00
hash.cc Merge remote-tracking branch 'origin/master' into flakes 2020-06-26 08:46:46 +02:00
installables.cc nix: Add --derivation flag to operate on .drv paths 2020-07-15 20:25:10 +02:00
installables.hh nix run: Use packages/legacyPackages as fallback if there is no app definition 2020-06-29 19:08:50 +02:00
legacy.cc Start of new Nix command-line interface 2016-02-09 21:28:29 +01:00
legacy.hh Fix Darwin build 2016-03-15 12:11:27 +01:00
local.mk StorePath: Rewrite in C++ 2020-06-16 14:28:41 +02:00
log.cc nix: Fix examples 2020-07-15 20:28:16 +02:00
ls.cc Merge remote-tracking branch 'origin/master' into flakes 2020-06-17 10:26:52 +02:00
main.cc Fix bash completion 2020-06-29 14:37:22 +02:00
make-content-addressable.cc nix: Fix examples 2020-07-15 20:28:16 +02:00
optimise-store.cc nix --help: Group commands 2020-05-05 15:18:23 +02:00
path-info.cc nix: Fix examples 2020-07-15 20:28:16 +02:00
ping-store.cc nix --help: Group commands 2020-05-05 15:18:23 +02:00
profile.cc nix profile diff-closures: Don't inherit EvalCommand 2020-07-17 12:36:12 +02:00
registry.cc Remove TreeInfo 2020-05-30 00:44:11 +02:00
repl.cc Merge remote-tracking branch 'origin/master' into flakes 2020-07-06 16:40:10 +02:00
run.cc nix: Add --derivation flag to operate on .drv paths 2020-07-15 20:25:10 +02:00
search.cc convenience form of addTrace 2020-06-24 13:46:25 -06:00
show-config.cc nix --help: Group commands 2020-05-05 15:18:23 +02:00
show-derivation.cc nix: Fix examples 2020-07-15 20:28:16 +02:00
sigs.cc Revert the enum struct change 2020-06-18 22:11:26 +00:00
upgrade-nix.cc Revert the enum struct change 2020-06-18 22:11:26 +00:00
verify.cc nix verify: Show correct path when using --all on a binary cache 2020-07-13 20:12:44 +02:00
why-depends.cc Merge remote-tracking branch 'origin/flakes' 2020-07-16 14:07:32 +02:00