1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

Add release notes for "Nix commands respect Ctrl-C"

This commit is contained in:
Rebecca Turner 2024-02-05 12:34:14 -08:00
parent abb5fef355
commit 24cdb81bb0
No known key found for this signature in database
2 changed files with 23 additions and 0 deletions

View 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.