Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nix: add wasm tooling to the default dev shell #4495

Merged
merged 1 commit into from Dec 1, 2023

Conversation

aqrln
Copy link
Member

@aqrln aqrln commented Nov 23, 2023

No description provided.

@aqrln aqrln requested a review from a team as a code owner November 23, 2023 21:02
@aqrln aqrln requested review from miguelff and Druue and removed request for a team November 23, 2023 21:02
@@ -8,6 +8,8 @@
in rec
{
pkgs = import flakeInputs.nixpkgs { inherit system overlays; };
rustToolchain = pkgs.rust-bin.stable.latest;
rustToolchain = pkgs.rust-bin.stable.latest.default.override {
targets = ["wasm32-unknown-unknown"];
Copy link
Member Author

@aqrln aqrln Nov 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can also put this into rust-toolchain.toml for rustup to automatically handle this for everyone not using nix, and change this to pkgs.rust-bin.fromRustupToolchainFile ../rust-toolchain.toml.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, please (non blocking)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will do in a follow-up PR, need to merge it now to avoid a merge conflict in another one

@aqrln aqrln self-assigned this Nov 23, 2023
@aqrln aqrln added this to the 5.7.0 milestone Nov 23, 2023
Copy link

codspeed-hq bot commented Nov 23, 2023

CodSpeed Performance Report

Merging #4495 will not alter performance

Comparing nix-add-wasm-tooling-to-the-default-dev-shell (ec1cd01) with main (e08be2e)

Summary

✅ 11 untouched benchmarks

@aqrln aqrln merged commit ff1752c into main Dec 1, 2023
57 of 58 checks passed
@aqrln aqrln deleted the nix-add-wasm-tooling-to-the-default-dev-shell branch December 1, 2023 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants