Merge branch 'dev' into goal/relation

This commit is contained in:
Leni Aniva 2024-02-15 14:39:30 -08:00
commit 9ac84b3fd1
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 1 additions and 1 deletions

View File

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