{ pkgs, ... }: { environment.systemPackages = with pkgs; [ binutils clang clang-tools cmake gcc gdb gnumake lldb ninja pkg-config ]; }