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,
|
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 {
|
||||||
|
|
Loading…
Reference in a new issue