diff options
Diffstat (limited to 'shells/lua.nix')
| -rw-r--r-- | shells/lua.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/lua.nix b/shells/lua.nix index ea68530..215ed7e 100644 --- a/shells/lua.nix +++ b/shells/lua.nix @@ -4,4 +4,4 @@ pkgs.mkShell { buildInputs = with pkgs; [ lua ]; -} \ No newline at end of file +} |