Merge pull request 'Fix clan state list command' (#2716) from pinpox/clan-core:fix-state-list-command into main
This commit is contained in:
@@ -25,7 +25,7 @@ def list_state_folders(machine: Machine, service: None | str = None) -> None:
|
|||||||
flake = Path()
|
flake = Path()
|
||||||
cmd = nix_eval(
|
cmd = nix_eval(
|
||||||
[
|
[
|
||||||
f"{flake}#nixosConfigurations.{machine}.config.clan.core.state",
|
f"{flake}#nixosConfigurations.{machine.name}.config.clan.core.state",
|
||||||
"--json",
|
"--json",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user