fixes for A2

mostly include some things that should and remove some things that shouldn't have been included in the handout (yes this does hint at some places that need to be touched for A2)
This commit is contained in:
Niklas Gollenstede
2025-11-24 15:04:26 +01:00
parent 174fe17e89
commit 4245798955
18 changed files with 186 additions and 3300 deletions

View File

@@ -38,6 +38,7 @@
with pkgs;
[
# for all tasks and maintenance
gnumake
gdb
qemu_kvm
nasm
@@ -49,6 +50,8 @@
python3
bear # make compile_commands.json
clang-tools # for clangd and clang-format
doxygen
graphviz # make doc
]
++ (lib.filter (
pkg: lib.isDerivation pkg && pkg.pname or "" != "glibc"