02cf88bb76
GitOrigin-RevId: c4a0efdd5a728e20791b8d8d2f26f90ac228ee8d
12 lines
478 B
Diff
12 lines
478 B
Diff
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/en/latest/core/installation/udev-rules.html"
|
|
+ "On NixOS add the platformio package to services.udev.packages"
|
|
)
|
|
|
|
|