Merge pull request #7636 from asymmetric/relnotes-flakre-reg

Relase notes: add empty flake registry
This commit is contained in:
Eelco Dolstra
2023-01-18 18:04:27 +01:00
committed by GitHub
+4
View File
@@ -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 ""`.