tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
platformio: disable version check
reimplements #232356
makefu
2 years ago
fa8d81f7
e4af98e1
+5
1 changed file
expand all
collapse all
unified
split
pkgs
development
embedded
platformio
core.nix
+5
pkgs/development/embedded/platformio/core.nix
···
43
43
})
44
44
];
45
45
46
46
+
postPatch = ''
47
47
+
# Disable update checks at runtime
48
48
+
substituteInPlace platformio/maintenance.py --replace-fail ' check_platformio_upgrade()' ""
49
49
+
'';
50
50
+
46
51
nativeBuildInputs = [
47
52
installShellFiles
48
53
pythonRelaxDepsHook