Skip to content

Commit

Permalink
build(nix): update to wasm32-wasip1
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed Oct 3, 2024
1 parent 50043a1 commit 483a5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
];

targets.wasm32-unknown-unknown = false;
targets.wasm32-wasi = false;
targets.wasm32-wasip1 = false;

clippy.allTargets = true;
clippy.deny = ["warnings"];
Expand Down

0 comments on commit 483a5bb

Please sign in to comment.