mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
Add release notes for "Nix commands respect Ctrl-C"
This commit is contained in:
parent
abb5fef355
commit
24cdb81bb0
2 changed files with 23 additions and 0 deletions
13
doc/manual/rl-next/more-commands-respect-ctrl-c.md
Normal file
13
doc/manual/rl-next/more-commands-respect-ctrl-c.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
synopsis: Nix commands respect Ctrl-C
|
||||||
|
prs: 9687 6995
|
||||||
|
issues: 7245
|
||||||
|
---
|
||||||
|
|
||||||
|
Previously, many Nix commands would hang indefinitely if Ctrl-C was pressed
|
||||||
|
while performing various operations (including `nix develop`, `nix flake
|
||||||
|
update`, and so on). With several fixes to Nix's signal handlers, Nix commands
|
||||||
|
will now exit quickly after Ctrl-C is pressed.
|
||||||
|
|
||||||
|
This was actually released in Nix 2.20, but wasn't added to the release notes
|
||||||
|
so we're announcing it here. The historical release notes have been updated as well.
|
|
@ -190,3 +190,13 @@
|
||||||
repository where the `flake.lock` file is `.gitignore`d
|
repository where the `flake.lock` file is `.gitignore`d
|
||||||
[#8854](https://github.com/NixOS/nix/issues/8854)
|
[#8854](https://github.com/NixOS/nix/issues/8854)
|
||||||
[#9324](https://github.com/NixOS/nix/pull/9324)
|
[#9324](https://github.com/NixOS/nix/pull/9324)
|
||||||
|
|
||||||
|
- Nix commands will now respect Ctrl-C
|
||||||
|
[#7145](https://github.com/NixOS/nix/issues/7145)
|
||||||
|
[#6995](https://github.com/NixOS/nix/pull/6995)
|
||||||
|
[#9687](https://github.com/NixOS/nix/pull/9687)
|
||||||
|
|
||||||
|
Previously, many Nix commands would hang indefinitely if Ctrl-C was pressed
|
||||||
|
while performing various operations (including `nix develop`, `nix flake
|
||||||
|
update`, and so on). With several fixes to Nix's signal handlers, Nix
|
||||||
|
commands will now exit quickly after Ctrl-C is pressed.
|
||||||
|
|
Loading…
Reference in a new issue