Merge pull request #1033 from matthiasbeyer/nix-mozilla-overlay
Use overlay from Mozilla for build env, to have current rust compiler
This commit is contained in:
commit
c22aca008a
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