modules/dependencies: add manix

This commit is contained in:
Gaetan Lepage 2025-04-07 18:08:21 +02:00 committed by nix-infra-bot
parent b4b81587f3
commit 961a96b537
3 changed files with 22 additions and 15 deletions

View file

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