modules/dependencies: add fish

This commit is contained in:
Gaetan Lepage 2025-04-07 18:21:01 +02:00 committed by nix-infra-bot
parent 480bb9b311
commit ada40e0f74
2 changed files with 11 additions and 2 deletions

View file

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