Skip to content

Commit

Permalink
fix: add correct target to flake conf
Browse files Browse the repository at this point in the history
  • Loading branch information
dj95 committed Sep 16, 2024
1 parent 11aaf5f commit e156a13
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 @@ -39,7 +39,7 @@
zjstatus = craneLib.buildPackage {
src = craneLib.cleanCargoSource (craneLib.path ./.);

cargoExtraArgs = "--target wasm32-wasi";
cargoExtraArgs = "--target wasm32-wasip1";

# Tests currently need to be run via `cargo wasi` which
# isn't packaged in nixpkgs yet...
Expand Down

0 comments on commit e156a13

Please sign in to comment.