modules/dependencies: add go

This commit is contained in:
Gaetan Lepage 2025-04-07 17:22:34 +02:00 committed by nix-infra-bot
parent 090c4e0f7c
commit 7e6038a69a
3 changed files with 18 additions and 8 deletions

View file

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