A small collection of Nix-packaged tools.
Official command line interface for the Depot API.
nix run .#depot -- --helpFast implementation of the Elixir language server in Go.
nix run .#dexter -- --helpOfficial command line interface for the Honeybadger API.
nix run .#honeybadger-cli -- --helpHoneybadger MCP Server.
nix run .#honeybadger-mcp-server -- --helpPlaywright's agent CLI (@playwright/cli) — drive a browser through per-command terminal calls.
nix run .#playwright-cli -- --helpTidewave's Elixir/Phoenix runtime introspection tools (eval/sql/logs/…) as plain shell commands, for when the MCP server isn't usable (e.g. an agent that started its own backend this session).
nix run .#tidewave-cli -- --helpEach package has its own packages/<name>/nix-update-args, so each package can be updated from the repository root with nix-update:
nix run nixpkgs#nix-update -- depot
nix run nixpkgs#nix-update -- dexter
nix run nixpkgs#nix-update -- honeybadger-cli
nix run nixpkgs#nix-update -- honeybadger-mcp-server
nix run nixpkgs#nix-update -- playwright-cli
nix run nixpkgs#nix-update -- tidewave-cli