mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
5 lines
150 B
Nix
5 lines
150 B
Nix
{ pkgs, rust-wasm }:
|
|
with pkgs;
|
|
mkShell {
|
|
buildInputs = (lib.darwin-sdk pkgs) ++ (with pkgs; [wasm-bindgen-cli wasm-pack llvm clang rust-wasm]);
|
|
} |