1
0
Fork 0

Push to rust 1.26.2

This commit is contained in:
Malte Brandy 2018-06-08 22:15:25 +02:00
parent 304edbd447
commit 835abf7a42
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -1,15 +1,17 @@
{ lib, pkgs, config, ...}:
with lib;
{
let
rustPkgs = import <rust126> {};
in {
options.m-0.rustdev.enable = mkEnableOption "Rust Dev";
config = mkIf config.m-0.rustdev.enable {
home.packages = with pkgs; [
# gnome3.glade
rustracer
cargo
rustc
rustPkgs.rustracer
rustPkgs.cargo
rustPkgs.rustc
gcc
binutils-unwrapped
rustfmt