about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index 3a1c6e2..c043444 100644
--- a/flake.nix
+++ b/flake.nix
@@ -48,12 +48,7 @@
           packages = pkgs // {
             inherit home-manager;
 
-            tools = {
-              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; };
-            };
+            tools = import ./tools { inherit pkgs; };
 
             users.fcuny = {
               blog = import ./users/fcuny/blog { inherit pkgs; };