pi4 edk2 builds

This commit is contained in:
mjallen18
2026-01-13 14:54:55 -06:00
parent 1dc075f405
commit a7c25fe70d
4 changed files with 70 additions and 63 deletions

View File

@@ -54,6 +54,8 @@ in
binfmt.emulatedSystems = [ "aarch64-linux" ]; # --argstr system aarch64-linux
};
nixpkgs.crossSystem.system = "aarch64-linux";
environment.systemPackages = with pkgsVersion; [
edk2-uefi-shell
];