about summary refs log tree commit diff
path: root/pkgs/lib/modules.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/lib/modules.nix')
-rw-r--r--pkgs/lib/modules.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/lib/modules.nix b/pkgs/lib/modules.nix
index 4af87ec68448..08c26e72f72e 100644
--- a/pkgs/lib/modules.nix
+++ b/pkgs/lib/modules.nix
@@ -341,7 +341,7 @@ rec {
     else if isAttrs options && lib.attrNames m.options != [] then
       all (name:
         lib.addErrorContext "${eol
-          }while checking the attribute '${addName name}'.${eol
+          }while checking the attribute `${addName name}':${eol
         }" (checkModule (addName name) (selectModule name m))
       ) (lib.attrNames m.config)
     else