From 13c4a6b963f8a5dd4ebc3de4d384bb35e46661ea Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Sun, 23 Jul 2023 12:46:42 +1200 Subject: [PATCH] Add ldoc to shell.nix --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.nix b/shell.nix index 8ab016a..bf5011d 100644 --- a/shell.nix +++ b/shell.nix @@ -3,6 +3,8 @@ pkgs.mkShell { nativeBuildInputs = with pkgs.buildPackages; [ bmake clang + + lua53Packages.ldoc ]; shellHook = "alias make=bmake"; }