shared/pkgs/mcuxpresso: switch to regular nixpkgs
This commit is contained in:
parent
23c19987a3
commit
dc70f42c87
1 changed files with 2 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue