summaryrefslogtreecommitdiff
path: root/tests/dag_merge.json
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-07-30 21:31:51 +0530
committersinanmohd <sinan@sinanmohd.com>2024-07-30 21:59:39 +0530
commit72cf8cfcc59f792ff48eb28c3f760678dc10090c (patch)
tree1aca1af04efe127296bbb5b134babb904a3dbf19 /tests/dag_merge.json
parent1778164794b39d2613b02783bef9beee683de866 (diff)
tests: init
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"}}