(cherry picked from commit c66eb9cef7)
This commit is contained in:
Eelco Dolstra
2025-05-24 00:40:06 +02:00
committed by Mergify
parent 8ca4d2ef08
commit d068b82c2f

View File

@@ -21,7 +21,7 @@ mkDerivation {
"b"
"c"
];
exportReferencesGraph.refs = [ dep ];
exportReferencesGraph.refs = dep;
buildCommand = ''
touch ''${outputs[out]}; touch ''${outputs[dev]}
'';