diff --git a/config/nixos/hardware/mcuxpresso.nix b/config/nixos/hardware/mcuxpresso.nix index ec05218..57e7ba6 100644 --- a/config/nixos/hardware/mcuxpresso.nix +++ b/config/nixos/hardware/mcuxpresso.nix @@ -4,9 +4,6 @@ ... }: { services.udev.packages = [ - (inputs.self.packages.${pkgs.system}.mcuxpresso.ide.override - { - onlyUdevRules = true; - }) + inputs.self.packages.${pkgs.system}.mcuxpresso ]; }