modules/dependencies: add distant

This commit is contained in:
Gaetan Lepage 2025-04-07 18:03:28 +02:00 committed by nix-infra-bot
parent 662ad478f2
commit b4b81587f3
2 changed files with 11 additions and 8 deletions

View file

@ -11,6 +11,7 @@ let
ctags.default = "ctags";
curl.default = "curl";
direnv.default = "direnv";
distant.default = "distant";
gcc.default = "gcc";
gh.default = "gh";
git = {