1 2 3 4 5 6
{ pkgs, lib, config, inputs, ... }: { packages = [ pkgs.git ]; languages.rust.enable = true; languages.rust.channel = "nightly"; }