Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
build(nix): update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Jul 19, 2023
1 parent fc9bc0c commit 8eae2bd
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 42 deletions.
111 changes: 70 additions & 41 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
name = "wash";
src = ./.;

targets.wasm32-wasi = false; # `wash` does not compile for WASI
targets.wasm32-unknown-unknown = false; # `wash` does not compile for wasm32-unknown-unknown
targets.wasm32-wasi = false; # `wash` does not compile for wasm32-wasi

doCheck = false; # testing is performed in checks via `nextest`

Expand Down

0 comments on commit 8eae2bd

Please sign in to comment.