kikit: add updateScript

This commit is contained in:
Sizhe Zhao
2025-07-07 16:14:03 +08:00
parent b2bcc30108
commit 435e9536f0
+3
View File
@@ -20,6 +20,7 @@
versioneer,
shapely,
setuptools,
nix-update-script,
}:
let
solidpython = callPackage ./solidpython { };
@@ -95,6 +96,8 @@ buildPythonApplication rec {
cd test/units
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Automation for KiCAD boards";
homepage = "https://github.com/yaqwsx/KiKit/";