From 65dbc275a2a671658ae9aaa805de90af0497e9af Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 18 Jun 2022 14:35:19 -0700 Subject: 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 --- flake.nix | 1 + nix/mkSystem.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 1431c28..c92ac52 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = { 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; }; }) ]; -- cgit 1.4.1