summaryrefslogtreecommitdiff
path: root/tests/dag_merge.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dag_merge.json')
-rw-r--r--tests/dag_merge.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/dag_merge.json b/tests/dag_merge.json
new file mode 100644
index 0000000..5aca18e
--- /dev/null
+++ b/tests/dag_merge.json
@@ -0,0 +1,3 @@
+{"name":"a","attr":"a","drvPath":"/nox/store/a.drv","inputDrvs":{"/nox/store/b.drv":["out"]},"outputs":{"out":"/nox/store/a"}}
+{"attr":"b","name":"b","drvPath":"/nox/store/b.drv","inputDrvs":{},"outputs":{"out":"/nox/store/b"}}
+{"name":"c","attr":"c","drvPath":"/nox/store/c.drv","inputDrvs":{"/nox/store/b.drv":["out"]},"outputs":{"out":"/nox/store/b"}}