Skip to content

Commit

Permalink
nix: Microkit requires EL2
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <nick@nickspinale.com>
  • Loading branch information
nspin committed Jul 1, 2024
1 parent 1827d09 commit 8600a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hacking/nix/scope/worlds.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ in rec {
el2 = mk { smp = true; hypervisor = true; };
el2MCS = mk { smp = true; hypervisor = true; mcs = true; };
microkit = mk {
el2 = false;
el2 = true;
mcs = true;
isMicrokit = true;
microkitBoard = "qemu_virt_aarch64";
Expand Down

0 comments on commit 8600a31

Please sign in to comment.