about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-01-22 16:31:54 +0800
committerGitHub <noreply@github.com>2023-01-22 16:31:54 +0800
commitc128da46bf6f5e24a92e66927ce79a0f6bfc7ea4 (patch)
treeed32fb03906fc7508a5ba6ce87deeba109ad6dc5 /nixos
parentd3eee3182cc2b93de2a109796fdfe79dad3349a6 (diff)
parent058951e85d708bb3f0e475969391edf874406745 (diff)
Merge pull request #211640 from Izorkin/update-iso-channel
nixos/installer/cd-dvd: removing duplicate nixpkgs
Diffstat (limited to 'nixos')
-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 4b4c2e3933482..8426ba8fac000 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