hardware/mcuxpresso: fix mcuxpresso not being at correct output

This commit is contained in:
Anthony Rodriguez 2025-01-04 22:39:56 +01:00
parent dc70f42c87
commit f4507bc88d
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

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