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 a811decf84
commit 8b67e7006a
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 1 additions and 0 deletions

View File

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