mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 20:46:01 +01:00
Generate release notes for 3.6.7
This commit is contained in:
parent
ff05659f8b
commit
098be10e28
3 changed files with 21 additions and 1 deletions
|
|
@ -129,6 +129,7 @@
|
|||
- [Contributing](development/contributing.md)
|
||||
- [Determinate Nix Release Notes](release-notes-determinate/index.md)
|
||||
- [Changes between Nix and Determinate Nix](release-notes-determinate/changes.md)<!-- next -->
|
||||
- [Release 3.6.7 (2025-06-24)](release-notes-determinate/rl-3.6.7.md)
|
||||
- [Release 3.6.6 (2025-06-17)](release-notes-determinate/rl-3.6.6.md)
|
||||
- [Release 3.6.5 (2025-06-16)](release-notes-determinate/rl-3.6.5.md)
|
||||
- [Release 3.6.2 (2025-06-02)](release-notes-determinate/rl-3.6.2.md)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Changes between Nix and Determinate Nix
|
||||
|
||||
This section lists the differences between upstream Nix 2.29 and Determinate Nix 3.6.6.<!-- differences -->
|
||||
This section lists the differences between upstream Nix 2.29 and Determinate Nix 3.6.7.<!-- differences -->
|
||||
|
||||
* In Determinate Nix, flakes are stable. You no longer need to enable the `flakes` experimental feature.
|
||||
|
||||
|
|
@ -74,3 +74,11 @@ This section lists the differences between upstream Nix 2.29 and Determinate Nix
|
|||
* Improve caching of inputs in dry-run mode by @edolstra in [DeterminateSystems/nix-src#98](https://github.com/DeterminateSystems/nix-src/pull/98)
|
||||
|
||||
<!-- Determinate Nix version 3.6.6 -->
|
||||
|
||||
<!-- Determinate Nix version 3.6.7 -->
|
||||
|
||||
* Fix fetchToStore() caching with --impure, improve testing by @edolstra in [DeterminateSystems/nix-src#117](https://github.com/DeterminateSystems/nix-src/pull/117)
|
||||
|
||||
* Add lazy-locks setting by @edolstra in [DeterminateSystems/nix-src#113](https://github.com/DeterminateSystems/nix-src/pull/113)
|
||||
|
||||
* Sync 2.29.1 by @edolstra in [DeterminateSystems/nix-src#124](https://github.com/DeterminateSystems/nix-src/pull/124)
|
||||
|
|
|
|||
11
doc/manual/source/release-notes-determinate/rl-3.6.7.md
Normal file
11
doc/manual/source/release-notes-determinate/rl-3.6.7.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Release 3.6.7 (2025-06-24)
|
||||
|
||||
* Based on [upstream Nix 2.29.1](../release-notes/rl-2.29.md).
|
||||
|
||||
## What's Changed
|
||||
* Fix fetchToStore() caching with --impure, improve testing by @edolstra in [DeterminateSystems/nix-src#117](https://github.com/DeterminateSystems/nix-src/pull/117)
|
||||
* Add lazy-locks setting by @edolstra in [DeterminateSystems/nix-src#113](https://github.com/DeterminateSystems/nix-src/pull/113)
|
||||
* Sync 2.29.1 by @edolstra in [DeterminateSystems/nix-src#124](https://github.com/DeterminateSystems/nix-src/pull/124)
|
||||
|
||||
|
||||
**Full Changelog**: [v3.6.6...v3.6.7](https://github.com/DeterminateSystems/nix-src/compare/v3.6.6...v3.6.7)
|
||||
Loading…
Add table
Add a link
Reference in a new issue