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 0254759581 - Show all commits

View File

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