nix_config/home/shenvs/c.nix
2024-09-05 12:28:09 -06:00

13 lines
142 B
Nix

{pkgs, ...}: {
static = true;
packages = with pkgs; [
binutils
cmake
curl
gdb
gnumake
rustup
valgrind
];
}