Skip to content

Commit

Permalink
feat: add useful links to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wanja Zaeske committed Apr 18, 2024
1 parent 91d234d commit e9b6e8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ The code especially in the `flake.nix` is very repetetive.
This is fully intentional, we want the code to be easily copy-pasteable.
Nix' expressive syntax would allow for the various things to be condensed into a much shorter generator expression, however, that is detrimental to the goal of this repo:
providing accessible information on how to compile seL4 related projects in Nix.

# Useful Links

- [seL4 Reference Manual](https://sel4.systems/Info/Docs/seL4-manual-latest.pdf)
- [seL4 Hardware Support](https://docs.sel4.systems/Hardware/)
- [nixpkgs Manual](https://nixos.org/manual/nixpkgs/stable/)

0 comments on commit e9b6e8d

Please sign in to comment.