523 B
523 B
nix-stepiete-tools
Nix packaging for Peter Steinberger's tools, with per-tool clawdbot plugins.
Darwin-only for now (aarch64-darwin).
Usage (clawdbot plugins)
Each tool is a subflake under tools/<tool> and exposes clawdbotPlugin.
Example (summarize):
plugins = [
{ source = "github:clawdbot/nix-stepiete-tools?dir=tools/summarize"; }
];
Packages (root flake)
You can also import packages directly from the root flake:
inputs.nix-stepiete-tools.packages.${pkgs.system}.summarize