about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorBenoit de Chezelles <bew@users.noreply.github.com>2024-02-18 21:33:31 +0100
committerGitHub <noreply@github.com>2024-02-18 21:33:31 +0100
commiteba79c6df4d8a2e64458be97733c9cd8f3049d65 (patch)
treea8fb33d4a3f1ebbdc1e15f3d6f5a60f1e5f6196f /lib
parent9799eec0796d992ba54edcc0350b28b298619346 (diff)
downloadnixlib-eba79c6df4d8a2e64458be97733c9cd8f3049d65.tar
nixlib-eba79c6df4d8a2e64458be97733c9cd8f3049d65.tar.gz
nixlib-eba79c6df4d8a2e64458be97733c9cd8f3049d65.tar.bz2
nixlib-eba79c6df4d8a2e64458be97733c9cd8f3049d65.tar.lz
nixlib-eba79c6df4d8a2e64458be97733c9cd8f3049d65.tar.xz
nixlib-eba79c6df4d8a2e64458be97733c9cd8f3049d65.tar.zst
nixlib-eba79c6df4d8a2e64458be97733c9cd8f3049d65.zip
lib.evalModules: Fix deprecation doc for args parameter
Diffstat (limited to 'lib')
-rw-r--r--lib/modules.nix4
1 files 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
                 }: