From e090bb55f0599afcdfda63f3e7e27bfd1cfd0691 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Mon, 29 Jan 2024 08:17:46 +0100 Subject: lib/types.nix: Fix getSubOptions doc This comment was added in 73f32d03758a5, when it was already supposed to be an attrset. --- lib/types.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/types.nix b/lib/types.nix index 2f0b10fe9658..43c4b72ad350 100644 --- a/lib/types.nix +++ b/lib/types.nix @@ -157,7 +157,7 @@ rec { # If it doesn't, this should be {} # This may be used when a value is required for `mkIf false`. This allows the extra laziness in e.g. `lazyAttrsOf`. emptyValue ? {} - , # Return a flat list of sub-options. Used to generate + , # Return a flat attrset of sub-options. Used to generate # documentation. getSubOptions ? prefix: {} , # List of modules if any, or null if none. -- cgit 1.4.1