modules/dependencies: add gh

This commit is contained in:
Gaetan Lepage 2025-04-07 18:00:41 +02:00 committed by nix-infra-bot
parent 5c5360698c
commit 662ad478f2
3 changed files with 15 additions and 13 deletions

View file

@ -12,6 +12,7 @@ let
curl.default = "curl";
direnv.default = "direnv";
gcc.default = "gcc";
gh.default = "gh";
git = {
default = "git";
example = [ "gitMinimal" ];