diff options
| author | adisbladis <adisbladis@gmail.com> | 2023-04-18 15:05:35 +1200 |
|---|---|---|
| committer | adisbladis <adisbladis@gmail.com> | 2023-04-18 15:48:49 +1200 |
| commit | f88eb92ff9cee37efada430c33311673814c8360 (patch) | |
| tree | 7b7cd0b3c4fcdd07c776050e5bea9f8a35b4e5da /pkgs/development/python-modules/rangehttpserver | |
| parent | a4f504536f2cb73b4e92b6fe8ccb92788a4a2f97 (diff) | |
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") ];
}
```
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
