summary refs log tree commit diff
path: root/nixos/modules/profiles/clone-config.nix
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-07-20 17:56:59 +0000
committervolth <volth@volth.com>2018-07-20 18:48:37 +0000
commit87f5930c3fb2c852f5243278b7a9da8e117d95e4 (patch)
treed76aa79bc394e820305c4eebbd250c89f6992eb9 /nixos/modules/profiles/clone-config.nix
parenta7e5927b4739c6e6427fc993f077cd3eb5433db7 (diff)
downloadnixpkgs-87f5930c3fb2c852f5243278b7a9da8e117d95e4.tar
nixpkgs-87f5930c3fb2c852f5243278b7a9da8e117d95e4.tar.gz
nixpkgs-87f5930c3fb2c852f5243278b7a9da8e117d95e4.tar.bz2
nixpkgs-87f5930c3fb2c852f5243278b7a9da8e117d95e4.tar.lz
nixpkgs-87f5930c3fb2c852f5243278b7a9da8e117d95e4.tar.xz
nixpkgs-87f5930c3fb2c852f5243278b7a9da8e117d95e4.tar.zst
nixpkgs-87f5930c3fb2c852f5243278b7a9da8e117d95e4.zip
[bot]: remove unreferenced code
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 5b4e68beb6a..99d4774584f 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.