openspec: add update script

This commit is contained in:
Wael Nasreddine
2026-04-11 10:32:01 -07:00
parent 694c89ec5e
commit 63a69c78aa
+2
View File
@@ -70,6 +70,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
--zsh <($out/bin/openspec completion generate zsh)
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "AI-native system for spec-driven development";
homepage = "https://github.com/Fission-AI/OpenSpec";