Unverified Commit 514826dd authored by Janne Heß's avatar Janne Heß Committed by GitHub
Browse files

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

fwupd: add passthru.fwupd-efi
parents a4b1ce52 30b287fb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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}]";