diff options
Diffstat (limited to 'tools/default.nix')
-rw-r--r-- | tools/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/default.nix b/tools/default.nix index c266842..4078f35 100644 --- a/tools/default.nix +++ b/tools/default.nix @@ -2,14 +2,9 @@ pkgs.lib.makeScope pkgs.newScope (pkgs: { dnsupdate = pkgs.callPackage ./dnsupdate { }; - gerrit-hook = pkgs.callPackage ./gerrit-hook { }; - ipconverter = pkgs.callPackage ./ipconverter { }; - seqstat = pkgs.callPackage ./seqstat { }; - git-blame-stats = pkgs.callPackage ./git-blame-stats { }; - sendsms = pkgs.callPackage ./sendsms { }; }) |