Update nixos/modules/installer/cd-dvd/channel.nix

Co-authored-by: Louis Bettens <lourkeur@users.noreply.github.com>
This commit is contained in:
MatthewCroughan
2022-09-26 19:36:13 +01:00
committed by GitHub
co-authored by Louis Bettens
parent 31dbd4cb91
commit c40da01e17
+1 -1
View File
@@ -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