lol

wasm3: Spell "preInstall" correctly

+1 -1
+1 -1
pkgs/development/interpreters/wasm3/default.nix
··· 18 18 ]; 19 19 20 20 installPhase = '' 21 - runHook preInstal 21 + runHook preInstall 22 22 install -Dm755 wasm3 -t $out/bin 23 23 runHook postInstall 24 24 '';