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

feat: shuttle-serenity initial commit poc #429

Merged
merged 7 commits into from
Oct 25, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
misc: add wasm32-wasi to nix shell
  • Loading branch information
chesedo committed Oct 25, 2022
commit 572256ba5a8870f39e07f9f0c842acd753141902
4 changes: 3 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ in
pkg-config
];
buildInputs = with nixpkgs; [
(rustChannelOf{ channel = "1.63.0"; }).rust
((rustChannelOf{ channel = "1.63.0"; }).rust.override {
targets = ["wasm32-wasi"];
})
rust-analyzer
cargo-watch
terraform
Expand Down