87f9c27ba9
GitOrigin-RevId: fe2ecaf706a5907b5e54d979fbde4924d84b65fc
10 lines
484 B
Diff
10 lines
484 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-core.udev package to services.udev.packages"
|
|
)
|