Switch to pkgs.rustUnstable, so we do not need to rebuild rustc (wtf?)
This commit is contained in:
parent
68c6c35f54
commit
e173780893
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs ? (import <nixpkgs> {}) }:
|
{ pkgs ? (import <nixpkgs> {}) }:
|
||||||
|
|
||||||
let
|
let
|
||||||
env = with pkgs.rustPlatform; [
|
env = with pkgs.rustUnstable; [
|
||||||
rustc
|
rustc
|
||||||
cargo
|
cargo
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue