chore: Version 0.3 #136

Open
aniva wants to merge 487 commits from dev into main
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;