fixup! flake.nixConfig: fix flake-registry config settings
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user