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