Unverified Commit ec076e0d authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

nixpkgs-plugin-update: disable updateScript passthru (#499041)

parents 37346c3f 3d3db7c8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -32,6 +32,9 @@ buildPythonPackage {
    mypy
  '';

  # NOTE: Causes "Could not find a url in the derivations src attribute" crash in maintainer scripts
  passthru.updateScript = null;

  meta = {
    description = "Library for updating plugin collections in Nixpkgs";
    license = lib.licenses.mit;