feat: add openspec package
Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 23s

This commit is contained in:
m3tm3re
2026-02-18 17:54:20 +01:00
parent dc206b13e2
commit 58312b2ca2
4 changed files with 30 additions and 1 deletions

View File

@@ -10,6 +10,12 @@
url = "github:anomalyco/opencode/v1.2.6";
inputs.nixpkgs.follows = "nixpkgs-master";
};
# openspec - spec-driven development for AI coding assistants
openspec = {
url = "github:Fission-AI/OpenSpec";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {