rcu: Disable auto-added updateScript from python ecosystem

Has no chance of ever succeeding, just stops my update.nix runs from succeeding.
This commit is contained in:
OPNA2608
2025-09-20 16:21:28 +02:00
parent 376179991e
commit 0c307041f9
+3
View File
@@ -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 = {