Skip to content

Commit

Permalink
nix: Add riscv64-root-task docs view
Browse files Browse the repository at this point in the history
  • Loading branch information
nspin committed Sep 8, 2023
1 parent f1cc9f3 commit 3fe879a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hacking/nix/top-level/docs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ let
runtime = "sel4cp";
minimal = true;
}
{ id = "riscv64-root-task";
world = pkgs.host.riscv64.none.this.worlds.default;
runtime = "sel4-root-task";
minimal = false;
}
{ id = "x86_64-root-task";
world = pkgs.host.x86_64.none.this.worlds.default;
runtime = "sel4-root-task";
minimal = false;
}
{ id = "riscv64-minimal";
world = pkgs.host.riscv64.none.this.worlds.default;
runtime = null;
minimal = true;
}
];

mk = { views }: rec {
Expand Down

0 comments on commit 3fe879a

Please sign in to comment.