about summary refs log tree commit diff
path: root/tests/structured-attrs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/structured-attrs.nix')
-rw-r--r--tests/structured-attrs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/structured-attrs.nix b/tests/structured-attrs.nix
index 72e9c6747502..6c77a43913a7 100644
--- a/tests/structured-attrs.nix
+++ b/tests/structured-attrs.nix
@@ -62,5 +62,5 @@ mkDerivation {
   "1foobar" = "BAD";
   "foo$" = "BAD";
 
-  exportReferencesGraph.refs = dep;
+  exportReferencesGraph.refs = [ dep ];
 }