flocon/config/nixos/hardware/mcuxpresso.nix

10 lines
118 B
Nix
Raw Normal View History

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