feat: Expose iTree for LSP Configuration

This commit is contained in:
Leni Aniva 2024-11-14 22:51:25 -08:00
parent 600c27a616
commit 0ee7d57570
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
in rec {
packages = {
inherit (pkgs.lean) lean lean-all;
inherit (project) sharedLib;
inherit (project) sharedLib iTree;
inherit (repl) executable;
default = repl.executable;
};