Skip to main content

Module sui_cli

Module sui_cli 

Source
Expand description

Canonical sui CLI invocations — symmetric with nix_cli.

Functions§

build_dry_run
sui build --dry-run --print-out-paths --no-link <installable>.
eval_expr
sui eval --json <expr> — evaluate a literal expression as positional installable (sui treats expressions and installables uniformly through this path).
eval_expr_explicit
sui eval --impure --json --expr <expr> — explicit --expr for cases where the input might otherwise be parsed as a path-style installable.
eval_installable
sui eval --json <installable> — evaluate a flake-attribute installable.
flake_check
sui flake check <flake-ref>.
flake_show
sui flake show --json <flake-ref>.