Merge branch 'dev' into goal/relation

This commit is contained in:
Leni Aniva 2024-02-15 14:39:30 -08:00
commit 18c318cb73
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;