nixpkgs/pkgs/development/embedded
adisbladis f88eb92ff9 platformio: Don't link udev rules into a subdirectory
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") ];
}
```
2023-04-18 15:48:49 +12:00
..
arduino tree-wide: buildFHSUserEnv -> buildFHSEnv 2023-04-16 10:15:13 +02:00
avrdude
blackmagic
bossa bossa: migrate to wxGTK32 2023-03-14 13:05:47 +02:00
cc-tool
easypdkprog
edl edl: init at unstable-2022-09-07 2023-03-16 00:17:20 +01:00
elf2uf2-rs
fpga lattice-diamond: Replace direct use of /usr/bin/id with Nix-compatible path 2023-02-19 15:52:13 +01:00
gputils
jtag-remote-server
nmrpflash
openocd openocd: enableParallelBuilding=true 2023-04-05 15:45:12 -07:00
orbuculum
platformio platformio: Don't link udev rules into a subdirectory 2023-04-18 15:48:49 +12:00
rshell
stm8/stm8flash treewide: move NIX_CFLAGS_COMPILE to the env attrset 2023-02-22 21:23:04 +02:00
stm32 stm32cubemx: 6.6.1 -> 6.8.0 2023-03-14 09:16:02 +00:00
svdtools svdtools: 0.2.8 -> 0.3.0 2023-03-27 17:21:36 -07:00
teensy-loader-cli
tytools
uisp treewide: move NIX_CFLAGS_COMPILE to the env attrset 2023-02-22 21:23:04 +02:00
xc3sprog