lol
This commit is contained in:
119074
RPI_EFI.dump
Normal file
119074
RPI_EFI.dump
Normal file
File diff suppressed because it is too large
Load Diff
@@ -153,7 +153,7 @@ let
|
|||||||
uefiBuilder = import ./uefi-builder.nix {
|
uefiBuilder = import ./uefi-builder.nix {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
uefiPackage = (
|
uefiPackage = (
|
||||||
if (cfg.variant == "5") then pkgs.${namespace}.edk2 else pkgs.${namespace}.edk2.override { MODEL = "4"; }
|
if (cfg.variant == "5") then pkgs.${namespace}.uefi-rpi5 else pkgs.${namespace}.edk2.override { MODEL = "4"; }
|
||||||
);
|
);
|
||||||
firmwareBuilder = firmwarePopulateCmd;
|
firmwareBuilder = firmwarePopulateCmd;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user