summary refs log tree commit diff
path: root/pkgs/development/arduino/platformio/missing-udev-rules-nixos.patch
blob: f29b93cef4d0b431768a9ceb5311f9b61f44232f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/platformio/exception.py b/platformio/exception.py
index d291ad7f..4761a35b 100644
--- a/platformio/exception.py
+++ b/platformio/exception.py
@@ -195,7 +195,8 @@ class MissedUdevRules(InvalidUdevRules):
 
     MESSAGE = (
         "Warning! Please install `99-platformio-udev.rules`. \nMode details: "
-        "https://docs.platformio.org/en/latest/faq.html#platformio-udev-rules"
+        "https://docs.platformio.org/en/latest/faq.html#platformio-udev-rules\n"
+        "On NixOS add the platformio package to services.udev.packages"
     )