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-10-02 20:03:35 -03:00
parent 525eebaa3d
commit dd122c58b1
+5
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";