diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-01-18 18:04:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 18:04:27 +0100 |
commit | 2513eba46a20578f54fd3ac3cb0d25aeb0d0b310 (patch) | |
tree | 2a742e991f18f07b5796369c6873a7c8d1434e68 /doc/manual | |
parent | 0510aa40a3f48907e65727b803333faf395264e6 (diff) | |
parent | 913782af4df9c268da35218e195a6ff8cb20b470 (diff) |
Merge pull request #7636 from asymmetric/relnotes-flakre-reg
Relase notes: add empty flake registry
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/src/release-notes/rl-2.13.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-2.13.md b/doc/manual/src/release-notes/rl-2.13.md index 779a3ebc6..2b79620be 100644 --- a/doc/manual/src/release-notes/rl-2.13.md +++ b/doc/manual/src/release-notes/rl-2.13.md @@ -34,3 +34,7 @@ for the development shell in the same way as the actual build of the derivation. This makes shells for `i686-linux` derivations work correctly on `x86_64-linux`. + +* You can now disable the global flake registry by setting the `flake-registry` + configuration option to an empty string. The same can be achieved at runtime with + `--flake-registry ""`. |