flocon/config/nixos/hardware/mcuxpresso.nix

9 lines
118 B
Nix

{
inputs,
pkgs,
...
}: {
services.udev.packages = [
inputs.self.packages.${pkgs.system}.mcuxpresso
];
}