clan update: fix deploymentAddress
All checks were successful
checks-impure / test (pull_request) Successful in 8s
checks / test (pull_request) Successful in 22s

This commit is contained in:
Jörg Thalheim 2023-09-27 21:11:40 +02:00
parent 85f7e2f2cd
commit 3f814c1e5f

View File

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