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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user