mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/dependencies: add gh
This commit is contained in:
parent
5c5360698c
commit
662ad478f2
3 changed files with 15 additions and 13 deletions
|
@ -12,6 +12,7 @@ let
|
|||
curl.default = "curl";
|
||||
direnv.default = "direnv";
|
||||
gcc.default = "gcc";
|
||||
gh.default = "gh";
|
||||
git = {
|
||||
default = "git";
|
||||
example = [ "gitMinimal" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue