feat: Print parent expression assignment #45

Merged
aniva merged 6 commits from goal/relation into dev 2024-02-15 14:55:05 -08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9ac84b3fd1 - Show all commits

View File

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