Platformio: Difference between revisions
imported>Hacker1024 Add NixOS setup instructions |
imported>Hacker1024 m Add services parent attribute to NixOS configuration |
||
Line 22: | Line 22: | ||
<syntaxHighlight lang=nix> | <syntaxHighlight lang=nix> | ||
{ | { | ||
udev.packages = [ pkgs.platformio-core.udev ]; | services.udev.packages = [ pkgs.platformio-core.udev ]; | ||
} | } | ||
</syntaxHighlight> | </syntaxHighlight> |