summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-07 10:57:51 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-07 11:01:12 +0200
commit88d7aa56e14ea80d6005f3d1646bf6dad13f8673 (patch)
treedec86f31557fa9b1de8fa30819bc7250a340f945 /nixos/modules/config
parent7e9437ceac3036e82ccd22481592c7adeed911e7 (diff)
downloadnixpkgs-88d7aa56e14ea80d6005f3d1646bf6dad13f8673.tar
nixpkgs-88d7aa56e14ea80d6005f3d1646bf6dad13f8673.tar.gz
nixpkgs-88d7aa56e14ea80d6005f3d1646bf6dad13f8673.tar.bz2
nixpkgs-88d7aa56e14ea80d6005f3d1646bf6dad13f8673.tar.lz
nixpkgs-88d7aa56e14ea80d6005f3d1646bf6dad13f8673.tar.xz
nixpkgs-88d7aa56e14ea80d6005f3d1646bf6dad13f8673.tar.zst
nixpkgs-88d7aa56e14ea80d6005f3d1646bf6dad13f8673.zip
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.
Diffstat (limited to 'nixos/modules/config')
-rw-r--r--nixos/modules/config/nix-remote-build.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/modules/config/nix-remote-build.nix b/nixos/modules/config/nix-remote-build.nix
index 6bc39f3c752..98c8fc06d2e 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 {