Add ldoc to shell.nix
This commit is contained in:
parent
0a3d8bdbf1
commit
13c4a6b963
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ pkgs.mkShell {
|
|||
nativeBuildInputs = with pkgs.buildPackages; [
|
||||
bmake
|
||||
clang
|
||||
|
||||
lua53Packages.ldoc
|
||||
];
|
||||
shellHook = "alias make=bmake";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue