diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-10-01 10:01:28 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-10-01 10:02:23 +0530 |
commit | f059a14c63c9f9ac4e122486401c98f535969e08 (patch) | |
tree | 4c24499bf64fc2a152e489a1585ae972968a5077 | |
parent | a81766b14377d263db675bf6a5f10b67b7c435af (diff) |
pkgs: add lua
-rw-r--r-- | common.nix | 1 | ||||
-rw-r--r-- | modules/dev.nix | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -66,6 +66,7 @@ in }; systemPackages = with pkgs; [ dash + luajit unzip bc file diff --git a/modules/dev.nix b/modules/dev.nix index 4cd11a5..7ce7845 100644 --- a/modules/dev.nix +++ b/modules/dev.nix @@ -9,6 +9,7 @@ nodePackages.pyright nil ccls + lua lua-language-server man-pages man-pages-posix |