From 05f2c9a2f7de324ceb9a3b9469849d12845edeee Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Sat, 6 Apr 2024 12:30:41 +0100 Subject: [PATCH] add lua in nix-shell environment --- default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/default.nix b/default.nix index b5a50ed..13d4148 100644 --- a/default.nix +++ b/default.nix @@ -76,6 +76,7 @@ in { min-copy-closure fennelrepl lzma + lua ]; }; }