{ pkgs, ... }: { environment.systemPackages = with pkgs; [ gcc # required by rustc rustup ]; }