1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 06:53:54 +02:00

Relase notes: add empty flake registry

Introduced in #5420

(cherry picked from commit 913782af4d)
This commit is contained in:
Lorenzo Manacorda 2023-01-18 17:32:54 +01:00 committed by github-actions[bot]
parent 7304806241
commit 8cdb15408f

View file

@ -34,3 +34,7 @@
for the development shell in the same way as the actual build of the for the development shell in the same way as the actual build of the
derivation. This makes shells for `i686-linux` derivations work derivation. This makes shells for `i686-linux` derivations work
correctly on `x86_64-linux`. 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 ""`.