about summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2023-01-19 22:52:45 +0300
committerIzorkin <izorkin@elven.pw>2023-01-19 22:52:45 +0300
commit058951e85d708bb3f0e475969391edf874406745 (patch)
treeb8af1b798ac24b68890b08e615967a27e88a9ba4 /nixos/modules/installer
parent4f50411cfc6cb793479818dec6b88732474a4afe (diff)
downloadnixlib-058951e85d708bb3f0e475969391edf874406745.tar
nixlib-058951e85d708bb3f0e475969391edf874406745.tar.gz
nixlib-058951e85d708bb3f0e475969391edf874406745.tar.bz2
nixlib-058951e85d708bb3f0e475969391edf874406745.tar.lz
nixlib-058951e85d708bb3f0e475969391edf874406745.tar.xz
nixlib-058951e85d708bb3f0e475969391edf874406745.tar.zst
nixlib-058951e85d708bb3f0e475969391edf874406745.zip
nixos/installer/cd-dvd: removing duplicate nixpkgs
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/cd-dvd/channel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/cd-dvd/channel.nix b/nixos/modules/installer/cd-dvd/channel.nix
index 4b4c2e393348..8426ba8fac00 100644
--- a/nixos/modules/installer/cd-dvd/channel.nix
+++ b/nixos/modules/installer/cd-dvd/channel.nix
@@ -42,7 +42,7 @@ in
   # see discussion in https://github.com/NixOS/nixpkgs/pull/204178#issuecomment-1336289021
   nix.registry.nixpkgs.to = {
     type = "path";
-    path = nixpkgs;
+    path = "${channelSources}/nixos";
   };
 
   # Provide the NixOS/Nixpkgs sources in /etc/nixos.  This is required