Loading pkgs/applications/virtualization/OVMF/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,10 @@ let aarch64 = { projectDscPath = "ArmVirtPkg/ArmVirtQemu.dsc"; fwPrefix = "AAVMF"; msVarsArgs = { flavor = "AAVMF"; archDir = "AARCH64"; }; }; riscv64 = { projectDscPath = "OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc"; Loading pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -26904,7 +26904,7 @@ with pkgs; httpSupport = true; tpmSupport = true; tlsSupport = true; msVarsTemplate = stdenv.isx86_64; msVarsTemplate = stdenv.isx86_64 || stdenv.isAarch64; }; ops = callPackage ../applications/virtualization/ops { }; Loading
pkgs/applications/virtualization/OVMF/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,10 @@ let aarch64 = { projectDscPath = "ArmVirtPkg/ArmVirtQemu.dsc"; fwPrefix = "AAVMF"; msVarsArgs = { flavor = "AAVMF"; archDir = "AARCH64"; }; }; riscv64 = { projectDscPath = "OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc"; Loading
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -26904,7 +26904,7 @@ with pkgs; httpSupport = true; tpmSupport = true; tlsSupport = true; msVarsTemplate = stdenv.isx86_64; msVarsTemplate = stdenv.isx86_64 || stdenv.isAarch64; }; ops = callPackage ../applications/virtualization/ops { };