···176176 '';
177177 type = types.listOf overlayType;
178178 description = lib.mdDoc ''
179179- List of overlays to use with the Nix Packages collection.
180180- (For details, see the Nixpkgs documentation.) It allows
181181- you to override packages globally. Each function in the list
182182- takes as an argument the *original* Nixpkgs.
183183- The first argument should be used for finding dependencies, and
184184- the second should be used for overriding recipes.
179179+ List of overlays to apply to Nixpkgs.
180180+ This option allows modifying the Nixpkgs package set accessed through the `pkgs` module argument.
185181186186- If `nixpkgs.pkgs` is set, overlays specified here
187187- will be applied after the overlays that were already present
188188- in `nixpkgs.pkgs`.
182182+ For details, see the [Overlays chapter in the Nixpkgs manual](https://nixos.org/manual/nixpkgs/stable/#chap-overlays).
183183+184184+ If the {option}`nixpkgs.pkgs` option is set, overlays specified using `nixpkgs.overlays` will be applied after the overlays that were already included in `nixpkgs.pkgs`.
189185 '';
190186 };
191187