about summary refs log tree commit diff
path: root/lib/gvariant.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gvariant.nix')
-rw-r--r--lib/gvariant.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gvariant.nix b/lib/gvariant.nix
index 708213224d3e3..222267f60d8ec 100644
--- a/lib/gvariant.nix
+++ b/lib/gvariant.nix
@@ -71,7 +71,7 @@ rec {
     else if isGVariant v then
       v
     else
-      throw "The GVariant type of ${v} can't be inferred.";
+      throw "The GVariant type of “${builtins.typeOf v}” can't be inferred.";
 
   /* Returns the GVariant array from the given type of the elements and a Nix list.