From a203e83e99da70233d82056c9c14ec54d070d1f6 Mon Sep 17 00:00:00 2001 From: Vivian Roest 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 3e8e326a..e58608e8 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 = [