Commit dd122c58 authored by Anderson Torres's avatar Anderson Torres
Browse files

seabios: passthru attribute `firmware`

So that the caller can pick the exact location of the resulting BIOS.
parent 525eebaa
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -89,6 +89,11 @@ stdenv.mkDerivation (finalAttrs: {
    runHook postInstall
  '';

  passthru = {
    build-type = ___build-type;
    firmware = "${finalAttrs.finalPackage}/share/seabios/${biosfile}";
  };

  meta = {
    homepage = "https://www.seabios.org";
    description = "Open source implementation of a 16bit x86 BIOS";