about summary refs log tree commit diff
path: root/shells/lua.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shells/lua.nix')
-rw-r--r--shells/lua.nix7
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
-  ];
-}