about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 685e66d..1df7a17 100644
--- a/flake.nix
+++ b/flake.nix
@@ -55,7 +55,10 @@
         packages = pkgs // {
           inherit home-manager;
 
-          tools = { dnsupdate = import ./tools/dnsupdate { inherit pkgs; }; };
+          tools = {
+            dnsupdate = import ./tools/dnsupdate { inherit pkgs; };
+            govanity = import ./tools/govanity { inherit pkgs; };
+          };
 
           users.fcuny = {
             blog = import ./users/fcuny/blog { inherit pkgs; };