Skip to content

Commit bbb745d

Browse files
authored
Update doc/manual/source/release-notes-determinate/v3.16.1.md
1 parent c129db6 commit bbb745d

File tree

1 file changed

+16
-7
lines changed
  • doc/manual/source/release-notes-determinate

1 file changed

+16
-7
lines changed

doc/manual/source/release-notes-determinate/v3.16.1.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,22 @@
33
* Based on [upstream Nix 2.33.3](../release-notes/rl-2.33.md).
44

55
## What's Changed
6-
* Upstream C store API improvements by @edolstra in [DeterminateSystems/nix-src#352](https://github.com/DeterminateSystems/nix-src/pull/352)
7-
* Record provenance for unlocked inputs and impure evaluations by @edolstra in [DeterminateSystems/nix-src#354](https://github.com/DeterminateSystems/nix-src/pull/354)
8-
* Add setting narinfo-cache-meta-ttl by @edolstra in [DeterminateSystems/nix-src#355](https://github.com/DeterminateSystems/nix-src/pull/355)
9-
* Add derivationWithMeta builtin by @RossComputerGuy in [DeterminateSystems/nix-src#357](https://github.com/DeterminateSystems/nix-src/pull/357)
10-
* Add builtins.wasi by @edolstra in [DeterminateSystems/nix-src#359](https://github.com/DeterminateSystems/nix-src/pull/359)
11-
* Add `nix provenance verify` command by @edolstra in [DeterminateSystems/nix-src#356](https://github.com/DeterminateSystems/nix-src/pull/356)
12-
* builtins.hashString: Devirtualize lazy paths, and re-enable lazy trees tests by @edolstra in [DeterminateSystems/nix-src#360](https://github.com/DeterminateSystems/nix-src/pull/360)
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+
1322

1423

1524
**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)