modules/dependencies: add ledger

This commit is contained in:
Gaetan Lepage 2025-04-07 17:32:48 +02:00 committed by nix-infra-bot
parent 6c37dbd53f
commit 5c5360698c
2 changed files with 10 additions and 7 deletions

View file

@ -18,6 +18,7 @@ let
};
go.default = "go";
lean.default = "lean4";
ledger.default = "ledger";
nodejs = {
default = "nodejs";
example = "pkgs.nodejs_22";