doc: link to Nixpkgs manual for global configuration options

Co-authored-by: Dominic Mills <dominic.millz27@gmail.com>
This commit is contained in:
Valentin Gagarin 2024-04-15 17:00:23 +02:00 committed by fricklerhandwerk
parent 51e2bd44aa
commit e6057cfd59

View File

@ -153,11 +153,10 @@ 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.
''; '';
}; };