chore: Expose `leanPkgs` in flake

This commit is contained in:
Leni Aniva 2024-02-13 15:30:56 -05:00
parent 5f5d06f1d8
commit df4e044e5f
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;