From ea29654efcb94f1702427a8d95b10abf7f4118c2 Mon Sep 17 00:00:00 2001 From: Victor Date: Sun, 15 Jan 2023 13:35:37 +0100 Subject: [PATCH] fix merge error --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flake.nix b/flake.nix index 3e8e326..e58608e 100644 --- a/flake.nix +++ b/flake.nix @@ -78,10 +78,6 @@ # Filter out all non-nixos hosts nixHosts = util.filter_nix_hosts flat_hosts; - # Define args each module gets access to (access to hosts is useful for DNS/DHCP) - specialArgs = { - inherit hosts flat_hosts inputs; - }; pkgs = import nixpkgs { inherit system; overlays = [