summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-07-06 19:48:22 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-07-06 19:48:22 +0200
commit07de9b62cce851d0dbb707c082957d00a202f47e (patch)
tree6ddaf49b2f2ad4ee6198770d303176bdbdbc903c /nixos/modules/config
parent0f71c406cf43f6add5bb0e8e7f8b16b2ab53d69b (diff)
downloadnixpkgs-07de9b62cce851d0dbb707c082957d00a202f47e.tar
nixpkgs-07de9b62cce851d0dbb707c082957d00a202f47e.tar.gz
nixpkgs-07de9b62cce851d0dbb707c082957d00a202f47e.tar.bz2
nixpkgs-07de9b62cce851d0dbb707c082957d00a202f47e.tar.lz
nixpkgs-07de9b62cce851d0dbb707c082957d00a202f47e.tar.xz
nixpkgs-07de9b62cce851d0dbb707c082957d00a202f47e.tar.zst
nixpkgs-07de9b62cce851d0dbb707c082957d00a202f47e.zip
nixos/*nix*: Add imports as inherently necessary
Albeit not technically necessary because of nixos//module-list.nix
Diffstat (limited to 'nixos/modules/config')
-rw-r--r--nixos/modules/config/nix-remote-build.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/modules/config/nix-remote-build.nix b/nixos/modules/config/nix-remote-build.nix
index 2a30bbdc746..c5ffcc8cf0a 100644
--- a/nixos/modules/config/nix-remote-build.nix
+++ b/nixos/modules/config/nix-remote-build.nix
@@ -43,6 +43,10 @@ let
 
 in
 {
+  imports = [
+    ./nix.nix
+  ];
+
   options = {
     nix = {
       buildMachines = mkOption {