mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
Add release notes for "Nix no longer attempts to git add
files that are .gitignore
d"
This commit is contained in:
parent
754c35abfb
commit
9a5d52262f
1 changed files with 4 additions and 0 deletions
|
@ -167,3 +167,7 @@
|
||||||
|
|
||||||
error: expected a set but found an integer
|
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…
Reference in a new issue