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