diff options
author | jeschli <jeschli@gmail.com> | 2019-10-08 05:18:09 +0000 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2019-10-08 05:18:09 +0000 |
commit | 7cf1a818a56dc0ab12e62b4302a30168894f4763 (patch) | |
tree | b271022a0216f14d1a2b75e4a0466449d5bb7539 /jeschli/2configs | |
parent | 31d9fee4eb9067d7f4af8e61da7a9992513a789e (diff) |
j: add seperate rust config
Diffstat (limited to 'jeschli/2configs')
-rw-r--r-- | jeschli/2configs/rust.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jeschli/2configs/rust.nix b/jeschli/2configs/rust.nix new file mode 100644 index 0000000..dbd90eb --- /dev/null +++ b/jeschli/2configs/rust.nix @@ -0,0 +1,7 @@ +{ config, pkgs, ... }: + +{ + environment.systemPackages = with pkgs; [ + rustup + ]; +} |