1
0
Fork 0
mirror of https://github.com/zhaofengli/attic.git synced 2024-12-14 11:57:30 +00:00

flake.nix: Add WebAssembly tools

This commit is contained in:
Zhaofeng Li 2024-08-19 14:49:56 -04:00
parent 7050d8f292
commit 7401b14e71

View file

@ -138,6 +138,9 @@
flyctl
wrk
llvmPackages_latest.bintools
wrangler worker-build wasm-pack wasm-bindgen-cli
] ++ (lib.optionals pkgs.stdenv.isLinux [
linuxPackages.perf
]);