···176 '';
177 type = types.listOf overlayType;
178 description = lib.mdDoc ''
179- List of overlays to use with the Nix Packages collection.
180- (For details, see the Nixpkgs documentation.) It allows
181- you to override packages globally. Each function in the list
182- takes as an argument the *original* Nixpkgs.
183- The first argument should be used for finding dependencies, and
184- the second should be used for overriding recipes.
185186- If `nixpkgs.pkgs` is set, overlays specified here
187- will be applied after the overlays that were already present
188- in `nixpkgs.pkgs`.
189 '';
190 };
191
···176 '';
177 type = types.listOf overlayType;
178 description = lib.mdDoc ''
179+ List of overlays to apply to Nixpkgs.
180+ This option allows modifying the Nixpkgs package set accessed through the `pkgs` module argument.
0000181182+ For details, see the [Overlays chapter in the Nixpkgs manual](https://nixos.org/manual/nixpkgs/stable/#chap-overlays).
183+184+ 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`.
185 '';
186 };
187