mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
fixup! flake.nixConfig: fix flake-registry config settings
This commit is contained in:
parent
ef1e7ab840
commit
e756a59c72
4 changed files with 15 additions and 3 deletions
|
@ -298,8 +298,10 @@ LockedFlake lockFlake(
|
|||
|
||||
auto flake = getFlake(state, topRef, lockFlags.useRegistries, flakeCache);
|
||||
|
||||
flake.config.apply();
|
||||
// FIXME: send new config to the daemon.
|
||||
if (lockFlags.applyNixConfig) {
|
||||
flake.config.apply();
|
||||
// FIXME: send new config to the daemon.
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue