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"; inputs.nixpkgs.follows = "nixpkgs";
}; };
openspec = {
url = "github:Fission-AI/OpenSpec";
inputs.nixpkgs.follows = "nixpkgs";
};
opencode.url = "github:anomalyco/opencode/dev"; opencode.url = "github:anomalyco/opencode/dev";
buzz = { buzz = {
-2
View File
@@ -2,7 +2,6 @@
# #
# Flake inputs used: # Flake inputs used:
# inputs.basecamp → basecamp (pass-through) # inputs.basecamp → basecamp (pass-through)
# inputs.openspec → openspec (pass-through)
# inputs.opencode → opencode-desktop (Electron desktop app, pure pass-through) # inputs.opencode → opencode-desktop (Electron desktop app, pure pass-through)
# inputs.agents → not used directly here (used by lib/) # inputs.agents → not used directly here (used by lib/)
{ {
@@ -52,7 +51,6 @@ in {
# __intentionallyOverridingVersion = true; # __intentionallyOverridingVersion = true;
# }); # });
basecamp = inputs.basecamp.packages.${system}.default; basecamp = inputs.basecamp.packages.${system}.default;
openspec = inputs.openspec.packages.${system}.default;
opencode-desktop = inputs.opencode.packages.${system}.opencode-desktop; opencode-desktop = inputs.opencode.packages.${system}.opencode-desktop;
# buzz: Block's "hive mind" desktop app. Consumed from mulatta/buzz.nix # buzz: Block's "hive mind" desktop app. Consumed from mulatta/buzz.nix