mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
f88eb92ff9
This causes collisions when NixOS is configured like ``` nix { pkgs, ... }: { services.udev.packages = [ pkgs.platformio ]; } ``` and would also cause a regression having to add the subirectory to the udev packages path: ``` nix { pkgs, ... }: { services.udev.packages = [ (pkgs.platformio-core.udev + "/99-platformio-udev.rules") ]; } ``` |
||
---|---|---|
.. | ||
arduino | ||
avrdude | ||
blackmagic | ||
bossa | ||
cc-tool | ||
easypdkprog | ||
edl | ||
elf2uf2-rs | ||
fpga | ||
gputils | ||
jtag-remote-server | ||
nmrpflash | ||
openocd | ||
orbuculum | ||
platformio | ||
rshell | ||
stm8/stm8flash | ||
stm32 | ||
svdtools | ||
teensy-loader-cli | ||
tytools | ||
uisp | ||
xc3sprog |