1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-06 08:47:00 +00:00

nixpkgs: link to Nixpkgs manual for global configuration options

Backport of Nixpkgs commit e6057cfd59f278db3aeb058a4e1e0bcc24696267.

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Co-authored-by: Dominic Mills <dominic.millz27@gmail.com>
This commit is contained in:
Emily 2025-02-03 19:34:11 +00:00
parent 6b81859ed0
commit 320bf025d2

View file

@ -128,12 +128,11 @@ in
''; '';
type = configType; type = configType;
description = '' description = ''
The configuration of the Nix Packages collection. (For Global configuration for Nixpkgs.
details, see the Nixpkgs documentation.) It allows you to set The complete list of [Nixpkgs configuration options](https://nixos.org/manual/nixpkgs/unstable/#sec-config-options-reference) is in the [Nixpkgs manual section on global configuration](https://nixos.org/manual/nixpkgs/unstable/#chap-packageconfig).
package configuration options.
Ignored when `nixpkgs.pkgs` is set. Ignored when {option}`nixpkgs.pkgs` is set.
''; '';
}; };
overlays = mkOption { overlays = mkOption {