lol

kikit: add updateScript

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