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:
commit
514826ddf2
|
@ -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}]";
|
||||
|
|
Loading…
Reference in a new issue