From f059a14c63c9f9ac4e122486401c98f535969e08 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 1 Oct 2023 10:01:28 +0530 Subject: pkgs: add lua --- common.nix | 1 + modules/dev.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/common.nix b/common.nix index 4671baf..23c36fd 100644 --- a/common.nix +++ b/common.nix @@ -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 -- cgit v1.2.3