mirror of
https://github.com/NixOS/nix
synced 2025-06-25 23:11:16 +02:00
Add release notes for "Nix no longer attempts to git add
files that are .gitignore
d"
(cherry picked from commit 9a5d52262f
)
This commit is contained in:
parent
c79d5195e5
commit
a383f3e408
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue