aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/arduino/platformio/missing-udev-rules-nixos.patch
blob: 36af82245c53283680ed4abd6a0dd166a812e1ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/platformio/exception.py b/platformio/exception.py
index ef1d3bab..445174fc 100644
--- a/platformio/exception.py
+++ b/platformio/exception.py
@@ -57,6 +57,7 @@ class MissedUdevRules(InvalidUdevRules):
     MESSAGE = (
         "Warning! Please install `99-platformio-udev.rules`. \nMore details: "
         "https://docs.platformio.org/page/faq.html#platformio-udev-rules"
+        "On NixOS add the platformio package to services.udev.packages"
     )