shared/pkgs/mcuxpresso: switch to regular nixpkgs

This commit is contained in:
Anthony Rodriguez 2025-01-04 22:38:02 +01:00
parent 23c19987a3
commit dc70f42c87
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -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 {