mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +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") ]; } ``` |
||
---|---|---|
.. | ||
chrootenv.nix | ||
core.nix | ||
default.nix | ||
fix-searchpath.patch | ||
missing-udev-rules-nixos.patch | ||
use-local-spdx-license-list.patch |