Skip to content

Commit 4c5b798

Browse files
authored
Merge pull request #1044 from IntersectMBO/wasm-nix-shell-use-envoy-bin
cardano-wasm: use envoy-bin in wasm nix devshell (Supersedes #1043
2 parents ea4878c + f26f6eb commit 4c5b798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
wasm.secp256k1
253253
wasm.blst
254254
]
255-
++ lib.optional (system == "x86_64-linux" || system == "aarch64-linux") wasm-pkgs.envoy;
255+
++ lib.optional (system == "x86_64-linux" || system == "aarch64-linux") wasm-pkgs.envoy-bin;
256256
};
257257
};
258258
playwrightShell = let

0 commit comments

Comments
 (0)