Skip to content

Flakes

create a clan flake inside the current directory

Usage: clan flakes

Commands

Examples

$ clan flakes create [DIR]

Will create a new clan flake in the specified directory and create it if it doesn't exist yet. The flake will be created from a default template.

For more detailed information, visit: https://docs.clan.lol/getting-started

Flakes create

Usage: clan flakes create

Positional arguments

  1. path: (Default: .) Path to the clan directory
Options
  • --url: (Default: git+https://git.clan.lol/clan/clan-core) url to the clan template
  • --meta: <('name', 'value')> Metadata to set for the clan. Available options are: name, description, icon
  • --debug: Enable debug logging
  • --option: <('name', 'value')> Nix option to set
  • --flake: <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 variable

Flakes inspect

Usage: clan flakes inspect

Options
  • --machine: (Default: defaultVM)
  • --debug: Enable debug logging
  • --option: <('name', 'value')> Nix option to set
  • --flake: <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 variable