This commit is contained in:
Robin Appelman 2026-05-31 14:16:18 +02:00
commit d33a09f8e5
4 changed files with 23 additions and 23 deletions

View file

@ -1,6 +1,6 @@
{
rustPlatform,
nodejs_20,
nodejs,
pkg-config,
openssl,
fetchCrate,
@ -24,7 +24,7 @@
buildInputs = [openssl];
checkInputs = [nodejs_20];
checkInputs = [nodejs];
dontCargoCheck = true;
};
@ -32,7 +32,7 @@
targets = ["wasm32-unknown-unknown"];
};
in
rustPlatform.buildRustPackage rec {
rustPlatform.buildRustPackage {
name = "demo-inspector-wasm";
version = "0.1.0";