From 0c307041f90ccb4b908d253cf1bc7796c8483be2 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Sat, 20 Sep 2025 16:21:28 +0200 Subject: [PATCH] rcu: Disable auto-added updateScript from python ecosystem Has no chance of ever succeeding, just stops my update.nix runs from succeeding. --- pkgs/by-name/rc/rcu/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/rc/rcu/package.nix b/pkgs/by-name/rc/rcu/package.nix index e9c9d63dedf7..e07b3c89ef38 100644 --- a/pkgs/by-name/rc/rcu/package.nix +++ b/pkgs/by-name/rc/rcu/package.nix @@ -182,6 +182,9 @@ python3Packages.buildPythonApplication rec { lib.strings.substring versionSuffixPos 1 rcu.version })"; }; + + # Python stuff automatically adds an updateScript that just fails + updateScript = null; }; meta = {