diff options
Diffstat (limited to 'shells/lua.nix')
-rw-r--r-- | shells/lua.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/shells/lua.nix b/shells/lua.nix deleted file mode 100644 index 215ed7e..0000000 --- a/shells/lua.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ pkgs ? import <nixpkgs> { } }: -pkgs.mkShell { - name = "lua-shell"; - buildInputs = with pkgs; [ - lua - ]; -} |