openspec: drop pass-through, superseded by llm-agents

openspec is now consumed from numtide/llm-agents.nix via the
shared-nixpkgs overlay (pkgs.llm-agents.openspec), which is fresher than
the separately pinned Fission-AI input. Removes the duplicate source of
truth; drops the now-unused flake input.
This commit is contained in:
2026-08-31 11:44:31 +02:00
parent 3aa4ee93e3
commit db370d849a
2 changed files with 0 additions and 7 deletions
-5
View File
@@ -10,11 +10,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
openspec = {
url = "github:Fission-AI/OpenSpec";
inputs.nixpkgs.follows = "nixpkgs";
};
opencode.url = "github:anomalyco/opencode/dev";
buzz = {