1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

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

This commit is contained in:
Rebecca Turner 2024-02-05 12:33:31 -08:00
parent 754c35abfb
commit 9a5d52262f
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)