chore: Version 0.3 #136

Merged
aniva merged 609 commits from dev into main 2025-04-09 00:23:19 -07:00
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 {
packages = {
inherit (pkgs.lean) lean lean-all;
inherit (project) sharedLib;
inherit (project) sharedLib iTree;
inherit (repl) executable;
default = repl.executable;
};