about summary refs log tree commit diff
path: root/nixos/modules/profiles/clone-config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/profiles/clone-config.nix')
-rw-r--r--nixos/modules/profiles/clone-config.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/profiles/clone-config.nix b/nixos/modules/profiles/clone-config.nix
index 5b4e68beb6a69..99d4774584f1e 100644
--- a/nixos/modules/profiles/clone-config.nix
+++ b/nixos/modules/profiles/clone-config.nix
@@ -31,7 +31,6 @@ let
     let
       relocateNixOS = path:
         "<nixpkgs/nixos" + removePrefix nixosPath (toString path) + ">";
-      relocateOthers = null;
     in
       { nixos = map relocateNixOS partitionedModuleFiles.nixos;
         others = []; # TODO: copy the modules to the install-device repository.