Skip to content

Commit

Permalink
build: update shell.nix (paritytech#8616)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva authored Apr 14, 2021
1 parent 565078a commit 94ea191
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ let
rev = "57c8084c7ef41366993909c20491e359bbb90f54";
});
nixpkgs = import <nixpkgs> { overlays = [ mozillaOverlay ]; };
rust-nightly = with nixpkgs; ((rustChannelOf { date = "2020-10-23"; channel = "nightly"; }).rust.override {
rust-nightly = with nixpkgs; ((rustChannelOf { date = "2021-03-01"; channel = "nightly"; }).rust.override {
targets = [ "wasm32-unknown-unknown" ];
});
in
with nixpkgs; pkgs.mkShell {
buildInputs = [
clang
cmake
pkg-config
rust-nightly
] ++ stdenv.lib.optionals stdenv.isDarwin [
Expand Down

0 comments on commit 94ea191

Please sign in to comment.