1
0
Fork 0

Update rustpackages

This commit is contained in:
Malte Brandy 2018-07-19 19:53:24 +02:00
parent 84c8cbdc82
commit 8b5b5b2658
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -9,12 +9,13 @@ options.m-0.rustdev.enable = mkEnableOption "Rust Dev";
config = mkIf config.m-0.rustdev.enable {
home.packages = with pkgs; [
gnome3.glade
unstablePkgs.rustracer
rustracer
unstablePkgs.cargo
unstablePkgs.rustc
gcc
binutils-unwrapped
unstablePkgs.rustfmt
unstablePkgs.carnix
binutils-unwrapped
gcc
];
};