lib.evalModules: Fix deprecation doc for args parameter

This commit is contained in:
Benoit de Chezelles 2024-02-18 21:33:31 +01:00 committed by GitHub
parent 9799eec079
commit eba79c6df4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,9 +81,9 @@ let
, # `class`:
# A nominal type for modules. When set and non-null, this adds a check to
# make sure that only compatible modules are imported.
# This would be remove in the future, Prefer _module.args option instead.
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.
check ? true
}: