pkgs/top-level: add a type for warnUndeclaredOptions
Fixes https://hydra.nixos.org/build/190091926/nixlog/1
This commit is contained in:
parent
0fcee2222d
commit
ecb8cf9f68
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ let
|
|||
|
||||
warnUndeclaredOptions = mkOption {
|
||||
description = "Whether to warn when <literal>config</literal> contains an unrecognized attribute.";
|
||||
type = types.bool;
|
||||
default = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue