stylelint: 16.9.0 -> 16.11.0 (#360524)
[NixPkgs.git] / pkgs / development / embedded / platformio / missing-udev-rules-nixos.patch
blob878470920577d82ed28a9c9ee1b87e9e8b17f065
1 diff --git a/platformio/exception.py b/platformio/exception.py
2 index 80ffb496..ea064f97 100644
3 --- a/platformio/exception.py
4 +++ b/platformio/exception.py
5 @@ -49,6 +49,7 @@ class MissedUdevRules(InvalidUdevRules):
6 MESSAGE = (
7 "Warning! Please install `99-platformio-udev.rules`. \nMore details: "
8 "https://docs.platformio.org/en/latest/core/installation/udev-rules.html"
9 + "On NixOS set `services.udev.packages = with pkgs; [ platformio-core.udev ];`."