Skip to content

Commit 404d824

Browse files
committed
Update changelogs
1 parent 731b630 commit 404d824

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

doc/manual/source/release-notes-determinate/changes.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,3 @@ This section lists the differences between upstream Nix 2.29 and Determinate Nix
7676
<!-- Determinate Nix version 3.6.6 -->
7777

7878
<!-- Determinate Nix version 3.6.7 -->
79-
80-
* Fix fetchToStore() caching with --impure, improve testing by @edolstra in [DeterminateSystems/nix-src#117](https://github.com/DeterminateSystems/nix-src/pull/117)
81-
82-
* Add lazy-locks setting by @edolstra in [DeterminateSystems/nix-src#113](https://github.com/DeterminateSystems/nix-src/pull/113)
83-
84-
* Sync 2.29.1 by @edolstra in [DeterminateSystems/nix-src#124](https://github.com/DeterminateSystems/nix-src/pull/124)

doc/manual/source/release-notes-determinate/rl-3.6.7.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@
33
* Based on [upstream Nix 2.29.1](../release-notes/rl-2.29.md).
44

55
## What's Changed
6-
* Fix fetchToStore() caching with --impure, improve testing by @edolstra in [DeterminateSystems/nix-src#117](https://github.com/DeterminateSystems/nix-src/pull/117)
7-
* Add lazy-locks setting by @edolstra in [DeterminateSystems/nix-src#113](https://github.com/DeterminateSystems/nix-src/pull/113)
8-
* Sync 2.29.1 by @edolstra in [DeterminateSystems/nix-src#124](https://github.com/DeterminateSystems/nix-src/pull/124)
6+
7+
### Security contents
8+
9+
* Patched against GHSA-g948-229j-48j3
10+
11+
### Lazy trees:
12+
13+
* Lazy trees now produces `flake.lock` files with NAR hashes unless `lazy-locks` is set to `true` by @edolstra in [DeterminateSystems/nix-src#113](https://github.com/DeterminateSystems/nix-src/pull/113)
14+
* Improved caching with lazy-trees when using --impure, with enhanced testing by @edolstra in [DeterminateSystems/nix-src#117](https://github.com/DeterminateSystems/nix-src/pull/117)
915

1016

1117
**Full Changelog**: [v3.6.6...v3.6.7](https://github.com/DeterminateSystems/nix-src/compare/v3.6.6...v3.6.7)

0 commit comments

Comments
 (0)