feat: buzz, basecamp-cli
This commit is contained in:
@@ -6,23 +6,22 @@
|
||||
nixpkgs-master.url = "github:NixOS/nixpkgs/master";
|
||||
|
||||
basecamp = {
|
||||
url = "github:basecamp/basecamp-cli/v0.8.0-rc.1";
|
||||
url = "github:basecamp/basecamp-cli/v0.9.0";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# openspec - spec-driven development for AI coding assistants
|
||||
openspec = {
|
||||
url = "github:Fission-AI/OpenSpec";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# opencode - open-source coding agent; provides the opencode-desktop
|
||||
# Electron app. NOTE: intentionally does NOT follow nixpkgs. Upstream
|
||||
# pins a node_modules fixed-output derivation hash in nix/hashes.json
|
||||
# against its own nixpkgs snapshot; following would risk FOD hash
|
||||
# mismatches. Tracking the `dev` default branch (flake.lock pins the rev).
|
||||
opencode.url = "github:anomalyco/opencode/dev";
|
||||
|
||||
buzz = {
|
||||
url = "github:mulatta/buzz.nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# Agent definitions and coding rules
|
||||
agents = {
|
||||
url = "git+https://code.m3ta.dev/m3tam3re/AGENTS";
|
||||
|
||||
Reference in New Issue
Block a user