{ pkgs, ... }: { environment.systemPackages = with pkgs; [ gcc gnumake nodejs perl ruby shellcheck yarn ]; } # vim: tabstop=2 softtabstop=2