From 7d5a58cd02e85abdf53c7cebaf295ff8a175e61e Mon Sep 17 00:00:00 2001 From: jeschli Date: Tue, 8 Oct 2019 05:18:09 +0000 Subject: j: add seperate rust config --- jeschli/2configs/rust.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 jeschli/2configs/rust.nix (limited to 'jeschli/2configs') diff --git a/jeschli/2configs/rust.nix b/jeschli/2configs/rust.nix new file mode 100644 index 00000000..dbd90ebf --- /dev/null +++ b/jeschli/2configs/rust.nix @@ -0,0 +1,7 @@ +{ config, pkgs, ... }: + +{ + environment.systemPackages = with pkgs; [ + rustup + ]; +} -- cgit v1.2.3