summaryrefslogtreecommitdiffstats
path: root/jeschli/2configs/rust.nix
blob: dbd90ebf5caab3754ad178f6172c3ab5e4ae6c54 (plain)
1
2
3
4
5
6
7
{ config, pkgs, ... }:

{
  environment.systemPackages = with pkgs; [
    rustup
  ];
}