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

14 lines
142 B
Nix
Raw Normal View History

2024-12-03 04:36:26 +01:00
{pkgs, ...}: {
static = true;
packages = with pkgs; [
binutils
cmake
curl
gdb
gnumake
rustup
valgrind
];
}