add binutils, clang-tools

This commit is contained in:
Emile Clark-Boman 2025-08-31 15:15:47 +10:00
parent 0213b82a2f
commit caa5bc0394
2 changed files with 6 additions and 3 deletions

View file

@ -232,11 +232,13 @@ in {
# Systems Emulation # Systems Emulation
qemu # Fellice Bellard's Quick Emulator qemu # Fellice Bellard's Quick Emulator
# Make # GNU Utils
gnumake gnumake
binutils
# C Family # C Family
gcc gcc
clang clang
clang-tools
# Rust # Rust
cargo cargo
rustc rustc

View file

@ -217,18 +217,19 @@ in {
# Shell # Shell
bash bash
zsh
fish fish
shellcheck shellcheck
grc # colorise command outputs grc # colorise command outputs
# Systems Emulation # Systems Emulation
qemu # Fellice Bellard's Quick Emulator qemu # Fellice Bellard's Quick Emulator
# Make # GNU Utils
gnumake gnumake
binutils
# C Family # C Family
gcc gcc
clang clang
clang-tools
# Rust # Rust
cargo cargo
rustc rustc