about summary refs log tree commit diff
path: root/nix/mkSystem.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-06-18 14:35:19 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-18 14:38:25 -0700
commit65dbc275a2a671658ae9aaa805de90af0497e9af (patch)
tree8d5b871c4907be2d3dac5c4b3e63c64bb7b60cec /nix/mkSystem.nix
parentfeat(tools/git-blame-stats): add a CLI to report git blame statistics (diff)
downloadworld-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 'nix/mkSystem.nix')
-rw-r--r--nix/mkSystem.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/mkSystem.nix b/nix/mkSystem.nix
index eddc813..d019e28 100644
--- a/nix/mkSystem.nix
+++ b/nix/mkSystem.nix
@@ -18,6 +18,7 @@ inputs.nixpkgs.lib.nixosSystem {
             tools = {
               gerrit-hook = import ../tools/gerrit-hook final;
               ipconverter = import ../tools/ipconverter final;
+              git-blame-stats = import ../tools/git-blame-stats final;
             };
           })
         ];