Compare commits

..

No commits in common. "a748900ad64acf6c167d061f1ef5c1c4b0c63d77" and "a811decf84ae09b5e3356e6923d7d831bbd71e7a" 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;