mirror of
https://github.com/NixOS/nix
synced 2025-07-07 22:33:57 +02:00
Merge pull request #7637 from NixOS/backport-7636-to-2.13-maintenance
[Backport 2.13-maintenance] Relase notes: add empty flake registry
This commit is contained in:
commit
291e36b1c0
1 changed files with 4 additions and 0 deletions
|
@ -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 ""`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue