Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-14 12:21:07 +00:00
committed by GitHub
27 changed files with 154 additions and 57 deletions
+1 -1
View File
@@ -747,7 +747,7 @@ with import "${src.out}/rust-overlay.nix" pkgs pkgs;
stdenv.mkDerivation {
name = "rust-env";
buildInputs = [
# Note: to use use stable, just replace `nightly` with `stable`
# Note: to use stable, just replace `nightly` with `stable`
latest.rustChannels.nightly.rust
# Add some extra dependencies from `pkgs`