diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-05-29 09:26:54 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-05-29 09:26:54 -0700 |
| commit | db287fad6d4cebf78c2c172b068fe4774ced667a (patch) | |
| tree | 2fd903e585320ac6b698792b9cfdf099866b5f8e /flake.nix | |
| parent | tools(govanity): remove unneeded files (diff) | |
| download | infra-db287fad6d4cebf78c2c172b068fe4774ced667a.tar.gz | |
tools(govanity): add the tool to flake.nix
Change-Id: Ib2792fa8c3f861d290f2495a10672cdfd11c48d9
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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; }; |
