Merge pull request 'pkgs/cli: Deprecate clanCore usage in favor of clan.core in clan state list' (#2597) from kenji/clan-core:kenji-clan-core-state into main
This commit is contained in:
@@ -24,7 +24,7 @@ def list_state_folders(machine: str, service: None | str = None) -> None:
|
||||
flake = Path()
|
||||
cmd = nix_eval(
|
||||
[
|
||||
f"{flake}#nixosConfigurations.{machine}.config.clanCore.state",
|
||||
f"{flake}#nixosConfigurations.{machine}.config.clan.core.state",
|
||||
"--json",
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user