From a9e7a9b6ca73b4d2f63fb5f938fc0eb70d51961c Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Sat, 19 Feb 2022 18:26:43 -0500 Subject: [PATCH] use webassembly version of kitchen --- bin/kitchen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/kitchen.sh b/bin/kitchen.sh index 64c1437..e3bc3d5 100755 --- a/bin/kitchen.sh +++ b/bin/kitchen.sh @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -nix run --no-write-lock-file github:zaphar/kitchen/v0.1.0 -- $@ \ No newline at end of file +nix run --no-write-lock-file github:zaphar/kitchen/v0.2.0-nix -- $@ \ No newline at end of file