mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 05:33:23 +00:00
13 lines
478 B
Diff
13 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"
|
|
)
|
|
|
|
|