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 2 deletions
Showing only changes of commit df4e044e5f - Show all commits

View File

@ -29,8 +29,7 @@
};
in rec {
packages = project // {
inherit (leanPkgs) lean;
lake = leanPkgs.Lake-Main.executable;
inherit leanPkgs;
default = packages.executable;
};
devShells.default = project.devShell;