Switch to pkgs.rustUnstable, so we do not need to rebuild rustc (wtf?)

This commit is contained in:
Matthias Beyer 2015-11-21 16:31:42 +01:00
parent 68c6c35f54
commit e173780893

View file

@ -1,7 +1,7 @@
{ pkgs ? (import <nixpkgs> {}) }: { pkgs ? (import <nixpkgs> {}) }:
let let
env = with pkgs.rustPlatform; [ env = with pkgs.rustUnstable; [
rustc rustc
cargo cargo
]; ];