···20 versioneer,
21 shapely,
22 setuptools,
023}:
24let
25 solidpython = callPackage ./solidpython { };
···94 # pytest needs to run in a subdir. See https://github.com/yaqwsx/KiKit/blob/v1.3.0/Makefile#L43
95 cd test/units
96 '';
009798 meta = with lib; {
99 description = "Automation for KiCAD boards";
···20 versioneer,
21 shapely,
22 setuptools,
23+ nix-update-script,
24}:
25let
26 solidpython = callPackage ./solidpython { };
···95 # pytest needs to run in a subdir. See https://github.com/yaqwsx/KiKit/blob/v1.3.0/Makefile#L43
96 cd test/units
97 '';
98+99+ passthru.updateScript = nix-update-script { };
100101 meta = with lib; {
102 description = "Automation for KiCAD boards";