From f4507bc88d30c1fc377f2071e139ed0afa078ee5 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Sat, 4 Jan 2025 22:39:56 +0100 Subject: [PATCH] hardware/mcuxpresso: fix mcuxpresso not being at correct output --- config/nixos/hardware/mcuxpresso.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 ]; }