diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-06-18T15·52-0400 |
---|---|---|
committer | grfn <grfn@gws.fyi> | 2021-06-18T17·51+0000 |
commit | f795ca68ae88d67bbed3c514a30f46427af373c9 (patch) | |
tree | be4403ffe275842898b43c5864e3b710c5998eaa /users/grfn/system/home | |
parent | 2938675f3836d92eef5e813873065143ca73b02b (diff) |
feat(gs/home): Install gron r/2670
this is pretty useful Change-Id: If79af3f8f3bd1d1e810f4af6eebfc618eb4c603b Reviewed-on: https://cl.tvl.fyi/c/depot/+/3216 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users/grfn/system/home')
-rw-r--r-- | users/grfn/system/home/modules/development.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/grfn/system/home/modules/development.nix b/users/grfn/system/home/modules/development.nix index 6ad44abf053c..1a5e912916f8 100644 --- a/users/grfn/system/home/modules/development.nix +++ b/users/grfn/system/home/modules/development.nix @@ -39,6 +39,7 @@ with lib; home.packages = with pkgs; [ jq yq + gron gitAndTools.hub gitAndTools.tig gitAndTools.gh |