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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user