Use overlay from Mozilla for build env, to have current rust compiler
This commit is contained in:
parent
24bcc53087
commit
bdc08a5a12
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{ pkgs ? (import <nixpkgs> {}) }:
|
||||
|
||||
let
|
||||
env = with pkgs.rustStable; [
|
||||
rustc
|
||||
env = with pkgs.latest.rustChannels.stable; [
|
||||
rust
|
||||
cargo
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue