summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd
diff options
context:
space:
mode:
authorMatthewCroughan <matt@croughan.sh>2022-09-26 19:36:13 +0100
committerGitHub <noreply@github.com>2022-09-26 19:36:13 +0100
commitc40da01e17c96a769be6c0ed037f6e3eae9edea8 (patch)
tree96e993db940ab7387636206a21649b86d236c30d /nixos/modules/installer/cd-dvd
parent31dbd4cb91968ac645f48c6804271b54d12cf37d (diff)
downloadnixpkgs-c40da01e17c96a769be6c0ed037f6e3eae9edea8.tar
nixpkgs-c40da01e17c96a769be6c0ed037f6e3eae9edea8.tar.gz
nixpkgs-c40da01e17c96a769be6c0ed037f6e3eae9edea8.tar.bz2
nixpkgs-c40da01e17c96a769be6c0ed037f6e3eae9edea8.tar.lz
nixpkgs-c40da01e17c96a769be6c0ed037f6e3eae9edea8.tar.xz
nixpkgs-c40da01e17c96a769be6c0ed037f6e3eae9edea8.tar.zst
nixpkgs-c40da01e17c96a769be6c0ed037f6e3eae9edea8.zip
Update nixos/modules/installer/cd-dvd/channel.nix
Co-authored-by: Louis Bettens <lourkeur@users.noreply.github.com>
Diffstat (limited to 'nixos/modules/installer/cd-dvd')
-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 9893f5aa7dc..2a0feaeb284 100644
--- a/nixos/modules/installer/cd-dvd/channel.nix
+++ b/nixos/modules/installer/cd-dvd/channel.nix
@@ -31,7 +31,7 @@ let
 in
 
 {
-  nix.registry.nixpkgs.flake.outPath = pkgs.path;
+  nix.registry.nixpkgs.flake.outPath = builtins.path { name = "source"; path = pkgs.path; };
   # Provide the NixOS/Nixpkgs sources in /etc/nixos.  This is required
   # for nixos-install.
   boot.postBootCommands = mkAfter