diff options
author | Franck Cuny <franck@fcuny.net> | 2022-10-31 11:30:08 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-10-31 11:30:08 -0700 |
commit | b73e3f0f4c21408202431c00770f7cbefe91657b (patch) | |
tree | 4ac390a952d2f09abafcd741482cbc6482f0f3c9 /home | |
parent | fix(home/python): add types for requests (diff) | |
download | world-b73e3f0f4c21408202431c00770f7cbefe91657b.tar.gz |
feat(home/packages): install gha-billing CLI
Diffstat (limited to 'home')
-rw-r--r-- | home/packages/default.nix | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/home/packages/default.nix b/home/packages/default.nix index 974b13f..c336520 100644 --- a/home/packages/default.nix +++ b/home/packages/default.nix @@ -34,10 +34,15 @@ in # custom tools album-to-nas - tools.ipconverter - tools.seqstat + + # tools inside the tools directory + tools.gha-billing tools.git-blame-stats tools.git-broom + tools.ipconverter + tools.seqstat + + # tools from outside repositories x509-info gh-ssh-keys ] |