Files
millerson-overlay.nix/packages/freebuff/default.nix
Alexander Miroshnichenko a7ddc90e17
Some checks failed
CI / check (push) Has been cancelled
feat: add freebuff package (Codebuff AI coding agent)
Add freebuff v0.0.85 from npm registry — a pure JS CLI tool for
AI-assisted coding. Pre-fetches all transitive npm dependencies to
work within the Nix sandbox (no network access during build).
2026-05-11 20:04:22 +03:00

2 lines
50 B
Nix

{ pkgs, ... }: pkgs.callPackage ./package.nix { }