From b4fc034c623e456eb590a7f9e9761a95afce7131 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 27 Jun 2022 18:05:39 -0700 Subject: ref(flake): import tools top-level module Change-Id: I22fad8e0dcdc7c678ea4d7b9235fa5fe4fcdd84d Reviewed-on: https://cl.fcuny.net/c/world/+/589 Reviewed-by: Franck Cuny Tested-by: CI --- flake.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'flake.nix') 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; }; -- cgit v1.2.3