Skip to content

Commit

Permalink
Merge pull request #225537 from amjoseph-nixpkgs/pr/arm-trusted-firmw…
Browse files Browse the repository at this point in the history
…are/expose-top-level

all-packages.nix: expose arm-trusted-firmware
  • Loading branch information
Adam Joseph authored Apr 15, 2023
2 parents 0e2551d + 6deb86f commit 9d42684
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26146,7 +26146,8 @@ with pkgs;
alsa-ucm-conf
alsa-utils;

inherit (callPackage ../misc/arm-trusted-firmware {})
arm-trusted-firmware = callPackage ../misc/arm-trusted-firmware { };
inherit (arm-trusted-firmware)
buildArmTrustedFirmware
armTrustedFirmwareTools
armTrustedFirmwareAllwinner
Expand Down

0 comments on commit 9d42684

Please sign in to comment.