commit 0efd3a0318c06340896e5ff9a79df7454ea3313f parent 4c8b051d35f03618b8e35a65ef253c559baadf03 Author: William Casarin <jb55@jb55.com> Date: Sun, 16 Apr 2023 13:21:47 -0700 make nix shell apple friendly for now Diffstat:
M | default.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/default.nix b/default.nix @@ -1,4 +1,4 @@ { pkgs ? import <nixpkgs> {} }: pkgs.mkShell { - buildInputs = with pkgs; [ gdb wabt emscripten wasmtime cloc wasm-pack ]; + buildInputs = with pkgs; [ wabt cloc wasm-pack ]; }