Unverified Commit 435e9536 authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

kikit: add updateScript

parent b2bcc301
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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/";