From dc70f42c87846032063d6d16878b130b10290093 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Sat, 4 Jan 2025 22:38:02 +0100 Subject: [PATCH] shared/pkgs/mcuxpresso: switch to regular nixpkgs --- shared/pkgs/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/shared/pkgs/default.nix b/shared/pkgs/default.nix index 528b302..95a3eb7 100644 --- a/shared/pkgs/default.nix +++ b/shared/pkgs/default.nix @@ -2,10 +2,8 @@ inputs, pkgs, ... -}: let - mcuxpressoPkgs = inputs.nixpkgs-mcuxpresso.legacyPackages.${pkgs.system}; -in { - mcuxpresso = pkgs.callPackage ./mcuxpresso.nix mcuxpressoPkgs; +}: { + mcuxpresso = pkgs.callPackage ./mcuxpresso.nix {}; # 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 {