flocon/config/nixos/hardware/mcuxpresso.nix

13 lines
179 B
Nix
Raw Normal View History

{
inputs,
pkgs,
...
}: {
services.udev.packages = [
(inputs.self.packages.${pkgs.system}.mcuxpresso.ide.override
{
onlyUdevRules = true;
})
];
}