chore: Expose `leanPkgs` in flake

This commit is contained in:
Leni Aniva 2024-02-13 15:30:56 -05:00
parent 8b67e7006a
commit 3e321516f7
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 1 additions and 2 deletions

View File

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