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 92fddae230
commit c3c3ec0b29

View file

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