diff --git a/Development-with-nix.md b/Development-with-nix.md index ca3f734..0b326ae 100644 --- a/Development-with-nix.md +++ b/Development-with-nix.md @@ -10,6 +10,7 @@ pkgs.mkShell { gdb ninja qemu + wasmtime ] ++ (with llvmPackages_13; [ clang clang-unwrapped @@ -50,6 +51,7 @@ Alternatively, you can use this sample `flake.nix`: gdb ninja qemu + wasmtime ] ++ (with llvmPackages_13; [ clang clang-unwrapped