mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
Merge branch 'master' into flake_search
This commit is contained in:
commit
f404189368
110 changed files with 13588 additions and 4110 deletions
|
@ -1,4 +1,5 @@
|
|||
# Release 2.5 (2021-XX-XX)
|
||||
# Release X.Y (202?-??-??)
|
||||
|
||||
|
||||
* Binary cache stores now have a setting `compression-level`.
|
||||
|
||||
|
@ -10,3 +11,6 @@
|
|||
Nixpkgs' `lib.groupBy`, but faster.
|
||||
|
||||
* Nix now searches for a flake.nix up until git or filesystem boundary.
|
||||
|
||||
* The TOML parser used by `builtins.fromTOML` has been replaced by [a
|
||||
more compliant one](https://github.com/ToruNiina/toml11).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue