From eba79c6df4d8a2e64458be97733c9cd8f3049d65 Mon Sep 17 00:00:00 2001 From: Benoit de Chezelles Date: Sun, 18 Feb 2024 21:33:31 +0100 Subject: [PATCH] lib.evalModules: Fix deprecation doc for args parameter --- lib/modules.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/modules.nix b/lib/modules.nix index 0c484fa684aa..c51999c2e332 100644 --- a/lib/modules.nix +++ b/lib/modules.nix @@ -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 }: