You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/manual/source/release-notes-determinate/v3.16.1.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,22 @@
3
3
* Based on [upstream Nix 2.33.3](../release-notes/rl-2.33.md).
4
4
5
5
## 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.
0 commit comments