modules/dependencies: add lean

This commit is contained in:
Gaetan Lepage 2025-04-07 17:28:21 +02:00 committed by nix-infra-bot
parent 24aec95e3b
commit 6c37dbd53f
2 changed files with 10 additions and 9 deletions

View file

@ -17,6 +17,7 @@ let
example = [ "gitMinimal" ];
};
go.default = "go";
lean.default = "lean4";
nodejs = {
default = "nodejs";
example = "pkgs.nodejs_22";