lol

kikit: add updateScript

+3
+3
pkgs/by-name/ki/kikit/default.nix
··· 20 versioneer, 21 shapely, 22 setuptools, 23 }: 24 let 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 ''; 97 98 meta = with lib; { 99 description = "Automation for KiCAD boards";
··· 20 versioneer, 21 shapely, 22 setuptools, 23 + nix-update-script, 24 }: 25 let 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 { }; 100 101 meta = with lib; { 102 description = "Automation for KiCAD boards";