diff options
Diffstat (limited to 'tests/structured-attrs.nix')
-rw-r--r-- | tests/structured-attrs.nix | 2 |
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 ]; } |