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
parent 31dbd4cb91
commit c40da01e17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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