Merge pull request 'clan update: fix deploymentAddress' (#360) from Mic92-main into main
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user