Add ldoc to shell.nix

This commit is contained in:
Jeremy Baxter 2023-07-23 12:46:42 +12:00
parent 0a3d8bdbf1
commit 13c4a6b963

View file

@ -3,6 +3,8 @@ pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [ nativeBuildInputs = with pkgs.buildPackages; [
bmake bmake
clang clang
lua53Packages.ldoc
]; ];
shellHook = "alias make=bmake"; shellHook = "alias make=bmake";
} }