chore: Version 0.3 #136

Open
aniva wants to merge 487 commits from dev into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0ee7d57570 - Show all commits

View File

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