From 88d7aa56e14ea80d6005f3d1646bf6dad13f8673 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Fri, 7 Jul 2023 10:57:51 +0200 Subject: nixos/nix*: remove not necessary imports We do not really declare module dependencies anywhere else and it would a nousance to move any file if many other referenced it without being necessary. Also most higher level modules depend on most of the lower level ones. So removing this because it can only potentially cause weird issues. --- nixos/modules/config/nix-remote-build.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nixos/modules/config') diff --git a/nixos/modules/config/nix-remote-build.nix b/nixos/modules/config/nix-remote-build.nix index 6bc39f3c75277..98c8fc06d2eec 100644 --- a/nixos/modules/config/nix-remote-build.nix +++ b/nixos/modules/config/nix-remote-build.nix @@ -50,10 +50,6 @@ let in { - imports = [ - ./nix.nix - ]; - options = { nix = { buildMachines = mkOption { -- cgit 1.4.1