nix_config/home/platforms/fabian@t14/shenvs/c.nix

14 lines
142 B
Nix

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