From db287fad6d4cebf78c2c172b068fe4774ced667a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 29 May 2022 09:26:54 -0700 Subject: tools(govanity): add the tool to flake.nix Change-Id: Ib2792fa8c3f861d290f2495a10672cdfd11c48d9 --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'flake.nix') 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; }; -- cgit v1.2.3