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, inputs,
pkgs, pkgs,
... ...
}: let }: {
mcuxpressoPkgs = inputs.nixpkgs-mcuxpresso.legacyPackages.${pkgs.system}; mcuxpresso = pkgs.callPackage ./mcuxpresso.nix {};
in {
mcuxpresso = pkgs.callPackage ./mcuxpresso.nix mcuxpressoPkgs;
# 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 # 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 = bolt-launcher =
(import inputs.nixpkgs { (import inputs.nixpkgs {