diff options
| author | Baitinq <[email protected]> | 2022-06-17 19:09:27 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-17 19:09:27 +0200 |
| commit | 07fc1999fc9963b7d31ce3a0f7e65112767ead23 (patch) | |
| tree | 0b3e5b274f24d189fa8ca7bfa8d833f05252b4e0 /shells/lua.nix | |
| download | nixos-config-07fc1999fc9963b7d31ce3a0f7e65112767ead23.tar.gz nixos-config-07fc1999fc9963b7d31ce3a0f7e65112767ead23.tar.bz2 nixos-config-07fc1999fc9963b7d31ce3a0f7e65112767ead23.zip | |
Initial commit
Diffstat (limited to 'shells/lua.nix')
| -rw-r--r-- | shells/lua.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shells/lua.nix b/shells/lua.nix new file mode 100644 index 0000000..ea68530 --- /dev/null +++ b/shells/lua.nix @@ -0,0 +1,7 @@ +{ pkgs ? import <nixpkgs> { } }: +pkgs.mkShell { + name = "lua-shell"; + buildInputs = with pkgs; [ + lua + ]; +} \ No newline at end of file |