Merge pull request 'clan update: fix deploymentAddress' (#360) from Mic92-main into main

This commit is contained in:
clan-bot
2023-09-27 19:14:07 +00:00

View File

@@ -85,7 +85,9 @@ def update(args: argparse.Namespace) -> None:
address = json.loads( address = json.loads(
subprocess.run( subprocess.run(
nix_eval( nix_eval(
[f'{clan_dir}#clanInternals."{system}"."{machine}".deploymentAddress'] [
f'{clan_dir}#clanInternals.machines."{system}"."{machine}".deploymentAddress'
]
), ),
stdout=subprocess.PIPE, stdout=subprocess.PIPE,
check=True, check=True,