feat: Add lake and lean to the package output

This commit is contained in:
Leni Aniva 2024-02-05 11:49:01 -08:00
parent d5ef05a7b0
commit 5f5d06f1d8
1 changed files with 1 additions and 0 deletions

View File

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