Merge pull request #290246 from makefu/platformio-disable-version-check

platformio: disable version check
This commit is contained in:
Nick Cao
2024-02-25 11:30:02 -05:00
committed by GitHub

View File

@@ -43,6 +43,11 @@ with python3Packages; buildPythonApplication rec {
})
];
postPatch = ''
# Disable update checks at runtime
substituteInPlace platformio/maintenance.py --replace-fail ' check_platformio_upgrade()' ""
'';
nativeBuildInputs = [
installShellFiles
pythonRelaxDepsHook