lib.evalModules: Fix deprecation doc for args parameter
This commit is contained in:
parent
9799eec079
commit
eba79c6df4
1 changed files with 2 additions and 2 deletions
|
@ -81,9 +81,9 @@ let
|
||||||
, # `class`:
|
, # `class`:
|
||||||
# A nominal type for modules. When set and non-null, this adds a check to
|
# A nominal type for modules. When set and non-null, this adds a check to
|
||||||
# make sure that only compatible modules are imported.
|
# make sure that only compatible modules are imported.
|
||||||
# This would be remove in the future, Prefer _module.args option instead.
|
|
||||||
class ? null
|
class ? null
|
||||||
, args ? {}
|
, # This would be remove in the future, Prefer _module.args option instead.
|
||||||
|
args ? {}
|
||||||
, # This would be remove in the future, Prefer _module.check option instead.
|
, # This would be remove in the future, Prefer _module.check option instead.
|
||||||
check ? true
|
check ? true
|
||||||
}:
|
}:
|
||||||
|
|
Loading…
Reference in a new issue