chore: Update Lean4 upstream to unofficial flake #115

Merged
aniva merged 6 commits from misc/build into dev 2024-11-15 14:40:48 -08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0ee7d57570 - Show all commits

View File

@ -73,7 +73,7 @@
in rec {
packages = {
inherit (pkgs.lean) lean lean-all;
inherit (project) sharedLib;
inherit (project) sharedLib iTree;
inherit (repl) executable;
default = repl.executable;
};