lib/options: fix path in comment
This commit is contained in:
parent
64f6a951eb
commit
907529ff06
|
@ -36,7 +36,7 @@ rec {
|
||||||
example ? null,
|
example ? null,
|
||||||
# String describing the option.
|
# String describing the option.
|
||||||
description ? null,
|
description ? null,
|
||||||
# Related packages used in the manual (see `genRelatedPackages` in ../nixos/doc/manual/default.nix).
|
# Related packages used in the manual (see `genRelatedPackages` in ../nixos/lib/make-options-doc/default.nix).
|
||||||
relatedPackages ? null,
|
relatedPackages ? null,
|
||||||
# Option type, providing type-checking and value merging.
|
# Option type, providing type-checking and value merging.
|
||||||
type ? null,
|
type ? null,
|
||||||
|
|
Loading…
Reference in New Issue