Force Nix-owned OpenClaw config links
Home Manager should replace the generated openclaw.json target because Nix owns that file. Without force=true, Darwin deploys can fail when the existing config symlink points at the previous generation. Tests: nix build --accept-flake-config .#checks.aarch64-darwin.ci --no-link
This commit is contained in:
parent
cbe10a8eb9
commit
ab4bbf5dba
@ -205,6 +205,7 @@ let
|
||||
name = openclawLib.toRelative inst.configPath;
|
||||
value = {
|
||||
text = configJson;
|
||||
force = true;
|
||||
};
|
||||
};
|
||||
configFile = configFile;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user