nixpkgs/pkgs/development/embedded/platformio/missing-udev-rules-nixos.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
478 B
Diff
Raw Normal View History

diff --git a/platformio/exception.py b/platformio/exception.py
2020-09-12 15:27:02 +00:00
index ef1d3bab..445174fc 100644
--- a/platformio/exception.py
+++ b/platformio/exception.py
2020-09-12 15:27:02 +00:00
@@ -57,6 +57,7 @@ class MissedUdevRules(InvalidUdevRules):
MESSAGE = (
2020-09-12 15:27:02 +00:00
"Warning! Please install `99-platformio-udev.rules`. \nMore details: "
2022-07-17 16:55:46 +00:00
"https://docs.platformio.org/en/latest/core/installation/udev-rules.html"
+ "On NixOS add the platformio package to services.udev.packages"
)