nixos/installer/cd-dvd: removing duplicate nixpkgs
This commit is contained in:
parent
4f50411cfc
commit
058951e85d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ in
|
||||||
# see discussion in https://github.com/NixOS/nixpkgs/pull/204178#issuecomment-1336289021
|
# see discussion in https://github.com/NixOS/nixpkgs/pull/204178#issuecomment-1336289021
|
||||||
nix.registry.nixpkgs.to = {
|
nix.registry.nixpkgs.to = {
|
||||||
type = "path";
|
type = "path";
|
||||||
path = nixpkgs;
|
path = "${channelSources}/nixos";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Provide the NixOS/Nixpkgs sources in /etc/nixos. This is required
|
# Provide the NixOS/Nixpkgs sources in /etc/nixos. This is required
|
||||||
|
|
Loading…
Reference in a new issue