aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-29 09:26:54 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-29 09:26:54 -0700
commitdb287fad6d4cebf78c2c172b068fe4774ced667a (patch)
tree2fd903e585320ac6b698792b9cfdf099866b5f8e /flake.nix
parenttools(govanity): remove unneeded files (diff)
downloadinfra-db287fad6d4cebf78c2c172b068fe4774ced667a.tar.gz
tools(govanity): add the tool to flake.nix
Change-Id: Ib2792fa8c3f861d290f2495a10672cdfd11c48d9
Diffstat (limited to '')
-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; };