flocon/config/nixos/hardware/mcuxpresso.nix

12 lines
179 B
Nix

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