Add gcc and objdump developer tools

This commit is contained in:
Rodrigo Arias 2024-01-24 13:10:09 +01:00
parent d52db1d97c
commit 6a8eadb037

View File

@ -37,5 +37,5 @@
}; };
}; };
environment.systemPackages = with pkgs; [ gdb neofetch ]; environment.systemPackages = with pkgs; [ gdb neofetch gcc bintools ];
} }