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