Compare commits

..

No commits in common. "9ac84b3fd16af0298fcc277a709cce1c17d3a80e" and "4a98b902895f3f77ff1781038bd0b96892c1f614" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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