diff --git a/nixos/modules/misc/nixpkgs.nix b/nixos/modules/misc/nixpkgs.nix index ee85f8c7ab96..81556c419bd7 100644 --- a/nixos/modules/misc/nixpkgs.nix +++ b/nixos/modules/misc/nixpkgs.nix @@ -140,6 +140,9 @@ in If nixpkgs.pkgs is set, overlays specified here will be applied after the overlays that were already present in nixpkgs.pkgs. + + Note that other options such as nixpkgs.config will + be ignored when nixpkgs.pkgs is set. ''; };