about summary refs log tree commit diff
path: root/lib/tests/modules/freeform-lazyAttrsOf.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tests/modules/freeform-lazyAttrsOf.nix')
-rw-r--r--lib/tests/modules/freeform-lazyAttrsOf.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/modules/freeform-lazyAttrsOf.nix b/lib/tests/modules/freeform-lazyAttrsOf.nix
index 524efa6bd930f..36d6c0b13fca1 100644
--- a/lib/tests/modules/freeform-lazyAttrsOf.nix
+++ b/lib/tests/modules/freeform-lazyAttrsOf.nix
@@ -1,3 +1,3 @@
 { lib, ... }: {
-  config._module.freeformType = with lib.types; lazyAttrsOf (either str (lazyAttrsOf str));
+  freeformType = with lib.types; lazyAttrsOf (either str (lazyAttrsOf str));
 }