nix_config/home/platforms/chem@yuki/shenvs/c.nix

13 lines
142 B
Nix

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