Skip to content

Commit 358fb43

Browse files
Merge pull request #362 from DeterminateSystems/release-v3.16.1/2d8eecab-9aaa-435f-a96b-1ebf0bde5984
Release v3.16.1
2 parents 6405472 + bbb745d commit 358fb43

File tree

4 files changed

+42
-2
lines changed

4 files changed

+42
-2
lines changed

.version-determinate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.16.0
1+
3.16.1

doc/manual/source/SUMMARY.md.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
- [Contributing](development/contributing.md)
146146
- [Determinate Nix Release Notes](release-notes-determinate/index.md)
147147
- [Changes between Nix and Determinate Nix](release-notes-determinate/changes.md)<!-- next -->
148+
- [Release 3.16.1 (2026-02-22)](release-notes-determinate/v3.16.1.md)
148149
- [Release 3.16.0 (2026-02-12)](release-notes-determinate/v3.16.0.md)
149150
- [Release 3.15.2 (2026-01-20)](release-notes-determinate/v3.15.2.md)
150151
- [Release 3.15.1 (2025-12-24)](release-notes-determinate/v3.15.1.md)

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes between Nix and Determinate Nix
22

3-
This section lists the differences between upstream Nix 2.33 and Determinate Nix 3.16.0.<!-- differences -->
3+
This section lists the differences between upstream Nix 2.33 and Determinate Nix 3.16.1.<!-- differences -->
44

55
* In Determinate Nix, flakes are stable. You no longer need to enable the `flakes` experimental feature.
66

@@ -174,3 +174,18 @@ This section lists the differences between upstream Nix 2.33 and Determinate Nix
174174
* Add subcommand 'nix provenance show' [DeterminateSystems/nix-src#340](https://github.com/DeterminateSystems/nix-src/pull/340)
175175

176176
* Increase the open file soft limit to the hard limit [DeterminateSystems/nix-src#347](https://github.com/DeterminateSystems/nix-src/pull/347)
177+
178+
<!-- Determinate Nix version 3.16.1 -->
179+
180+
181+
* Record provenance for unlocked inputs and impure evaluations in [DeterminateSystems/nix-src#354](https://github.com/DeterminateSystems/nix-src/pull/354)
182+
183+
* Add setting narinfo-cache-meta-ttl in [DeterminateSystems/nix-src#355](https://github.com/DeterminateSystems/nix-src/pull/355)
184+
185+
* Add derivationWithMeta builtin in [DeterminateSystems/nix-src#357](https://github.com/DeterminateSystems/nix-src/pull/357)
186+
187+
* Add builtins.wasi in [DeterminateSystems/nix-src#359](https://github.com/DeterminateSystems/nix-src/pull/359)
188+
189+
* Add `nix provenance verify` command in [DeterminateSystems/nix-src#356](https://github.com/DeterminateSystems/nix-src/pull/356)
190+
191+
* builtins.hashString: Devirtualize lazy paths, and re-enable lazy trees tests in [DeterminateSystems/nix-src#360](https://github.com/DeterminateSystems/nix-src/pull/360)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Release 3.16.1 (2026-02-22)
2+
3+
* Based on [upstream Nix 2.33.3](../release-notes/rl-2.33.md).
4+
5+
## What's Changed
6+
7+
### `nix store info` now correctly support `--refresh` and `--offline`
8+
9+
Previously, Nix had a hard-coded TTL of seven days.
10+
Determinate Nix moved that TTL to a new setting `narinfo-cache-meta-ttl` and now `nix store info` respects the `--refresh` and `--offline` flags.
11+
12+
This change makes it possible to freshly validate authenticating to a remote store.
13+
14+
PR: [DeterminateSystems/nix-src#355](https://github.com/DeterminateSystems/nix-src/pull/355)
15+
16+
### Corrected `builtins.hashString` behavior under lazy trees
17+
18+
`builtins.hashString` now devirtualizes lazy paths, making the hash result stable.
19+
20+
PR: [DeterminateSystems/nix-src#360](https://github.com/DeterminateSystems/nix-src/pull/360)
21+
22+
23+
24+
**Full Changelog**: [v3.16.0...v3.16.1](https://github.com/DeterminateSystems/nix-src/compare/v3.16.0...v3.16.1)

0 commit comments

Comments
 (0)