Select nixos values from the flake
Usage: clan select
<('name', 'value')> Nix option to set<PATH> path to the flake where the clan resides in, can be a remote flake or local, can be set through the [CLAN_DIR] environment variableThis subcommand provides an interface nix values defined in the flake.
$ clan select nixosConfigurations.*.config.networking.hostName
List hostnames of all nixos configurations as JSON. $ clan select nixosConfigurations.{jon,alice}.config.clan.core.vars.generators.*.name
List all vars generators for jon and alice. $ clan select nixosConfigurations.jon.config.envirnonment.systemPackages.1
List the first system package for jon.