From 4ad74e710a5b9f70bb1d458de881a7c275f88dee Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Tue, 3 Dec 2024 09:22:31 +0100 Subject: [PATCH] pkgs: comment mcuxpresso (needs work) --- pkgs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/default.nix b/pkgs/default.nix index 0cf4299..d77fc9a 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -3,7 +3,7 @@ pkgs, ... }: { - mcuxpresso = import ./mcuxpresso pkgs; + # mcuxpresso = import ./mcuxpresso pkgs; # this is unfortunately needed since bolt-launcher makes use of openssl-1.1.1w, and since it is not part of hosts, we have to add it this way bolt-launcher = (import inputs.nixpkgs {