Skip to content

Commit

Permalink
nix: Add aarch32 config to docs
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Feb 15, 2024
1 parent 3450b7d commit cd8704e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hacking/nix/top-level/docs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ let
runtime = "sel4-microkit";
minimal = true;
}
{ id = "aarch32-microkit";
world = pkgs.host.aarch32.none.this.worlds.default;
runtime = "sel4-root-task";
minimal = false;
}
{ id = "riscv64-root-task";
world = pkgs.host.riscv64.default.none.this.worlds.default;
runtime = "sel4-root-task";
Expand Down

0 comments on commit cd8704e

Please sign in to comment.