Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 22.05-pre 12 lines 470 B view raw
1diff --git a/platformio/exception.py b/platformio/exception.py 2index ef1d3bab..445174fc 100644 3--- a/platformio/exception.py 4+++ b/platformio/exception.py 5@@ -57,6 +57,7 @@ class MissedUdevRules(InvalidUdevRules): 6 MESSAGE = ( 7 "Warning! Please install `99-platformio-udev.rules`. \nMore details: " 8 "https://docs.platformio.org/page/faq.html#platformio-udev-rules" 9+ "On NixOS add the platformio package to services.udev.packages" 10 ) 11 12