diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-30 20:21:55 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-30 20:21:55 +0200 |
commit | 73786dc771cba6d1d70eddebf2c2723487532824 (patch) | |
tree | b9bae43a53a03d9e5e1d962f9ce9ddddf288cfa2 /shells/lua.nix | |
parent | Luna: Add tlp service (diff) | |
download | nixos-config-73786dc771cba6d1d70eddebf2c2723487532824.tar.gz nixos-config-73786dc771cba6d1d70eddebf2c2723487532824.tar.bz2 nixos-config-73786dc771cba6d1d70eddebf2c2723487532824.zip |
Remove shells
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 - ]; -} |