1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

Merge pull request #221155 from lilyinstarlight/feature/fwupd-passthru-fwupd-efi

fwupd: add passthru.fwupd-efi
This commit is contained in:
Janne Heß 2023-03-14 12:24:10 +01:00 committed by GitHub
commit 514826ddf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -382,6 +382,9 @@ stdenv.mkDerivation (finalAttrs: {
# For updating.
inherit test-firmware;
# For downstream consumers that need the fwupd-efi this was built with.
inherit fwupd-efi;
tests =
let
listToPy = list: "[${lib.concatMapStringsSep ", " (f: "'${f}'") list}]";