1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 14:51:16 +02:00

Add release notes for "Nix no longer attempts to git add files that are .gitignored"

(cherry picked from commit 9a5d52262f)
This commit is contained in:
Rebecca Turner 2024-02-05 12:33:31 -08:00 committed by Maximilian Bosch
parent c79d5195e5
commit a383f3e408
No known key found for this signature in database

View file

@ -167,3 +167,7 @@
error: expected a set but found an integer
```
- Flake operations like `nix develop` will no longer fail when run in a Git
repository where the `flake.lock` file is `.gitignore`d
[#8854](https://github.com/NixOS/nix/issues/8854)
[#9324](https://github.com/NixOS/nix/pull/9324)