Merge pull request 'feat: Add leanpkgs to the flake output' (#46) from nix/toolchain into dev

Reviewed-on: #46
This commit is contained in:
Leni Aniva 2024-02-15 14:30:30 -08:00
commit a748900ad6
1 changed files with 1 additions and 1 deletions

View File

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