feat: Expose project and leanPkgs in flake

This commit is contained in:
Leni Aniva 2024-08-04 17:32:20 -07:00
parent c9ee31bbfd
commit 64269868d5
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@
packages = {
inherit (leanPkgs) lean lean-all;
inherit (project) sharedLib executable;
inherit project leanPkgs;
default = project.executable;
};
checks = {