diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-06-18 14:35:19 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-06-18 14:38:25 -0700 |
| commit | 65dbc275a2a671658ae9aaa805de90af0497e9af (patch) | |
| tree | 8d5b871c4907be2d3dac5c4b3e63c64bb7b60cec /flake.nix | |
| parent | feat(tools/git-blame-stats): add a CLI to report git blame statistics (diff) | |
| download | infra-65dbc275a2a671658ae9aaa805de90af0497e9af.tar.gz | |
feat(tools/git-blame-stats): add the tool to nix configuration
Change-Id: Iea045c74a32dc26b9a39da79f49308a85ec237cc
Reviewed-on: https://cl.fcuny.net/c/world/+/446
Tested-by: CI
Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ dnsupdate = import ./tools/dnsupdate { inherit pkgs; }; govanity = import ./tools/govanity { inherit pkgs; }; ipconverter = import ./tools/ipconverter { inherit pkgs; }; + git-blame-stats = import ./tools/git-blame-stats { inherit pkgs; }; }; users.fcuny = { |
