feat: Add leanpkgs to the flake output #46

Merged
aniva merged 2 commits from nix/toolchain into dev 2024-02-15 14:30:31 -08:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 3e321516f7 - Show all commits

View File

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