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

23
flake.lock generated
View File

@@ -53,11 +53,32 @@
"type": "github"
}
},
"openspec": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1771409495,
"narHash": "sha256-LplnuO/OHSFL8S8iwQ16CZTjlPxRV9XohkKxL3uA5Sc=",
"owner": "Fission-AI",
"repo": "OpenSpec",
"rev": "5fd8e9d66c3b6b116e7af814a6013c2d9c4958dd",
"type": "github"
},
"original": {
"owner": "Fission-AI",
"repo": "OpenSpec",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"nixpkgs-master": "nixpkgs-master",
"opencode": "opencode"
"opencode": "opencode",
"openspec": "openspec"
}
}
},