seabios: passthru attribute firmware

So that the caller can pick the exact location of the resulting BIOS.
This commit is contained in:
Anderson Torres 2024-09-30 13:01:02 -03:00
parent 525eebaa3d
commit dd122c58b1

View File

@ -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";