kikit: add updateScript
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user