diff options
Diffstat (limited to '')
-rw-r--r-- | tools/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/default.nix b/tools/default.nix index 1737aa5..f7051fb 100644 --- a/tools/default.nix +++ b/tools/default.nix @@ -1,6 +1,7 @@ { pkgs, ... }: pkgs.lib.makeScope pkgs.newScope (pkgs: { + dnsmasq-to-html = pkgs.callPackage ./dnsmasq-leases-html { }; gha-billing = pkgs.callPackage ./gha-billing { }; git-blame-stats = pkgs.callPackage ./git-blame-stats { }; git-broom = pkgs.callPackage ./git-broom { }; |