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

This commit is contained in:
Austin Horstman
2026-03-12 19:49:28 +00:00
committed by GitHub
@@ -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;