diff options
Diffstat (limited to 'tests/dag_merge.json')
-rw-r--r-- | tests/dag_merge.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/dag_merge.json b/tests/dag_merge.json index 5aca18e..12c2af7 100644 --- a/tests/dag_merge.json +++ b/tests/dag_merge.json @@ -1,3 +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"}} +{"name":"a","attr":"a","drvPath":"/nox/store/a.drv","system":"0xDEADBEEF","inputDrvs":{"/nox/store/b.drv":["out"]},"outputs":{"out":"/nox/store/a"}} +{"attr":"b","name":"b","drvPath":"/nox/store/b.drv","system":"0xDEADBEEF","inputDrvs":{},"outputs":{"out":"/nox/store/b"}} +{"name":"c","attr":"c","drvPath":"/nox/store/c.drv","system":"0xDEADBEEF","inputDrvs":{"/nox/store/b.drv":["out"]},"outputs":{"out":"/nox/store/b"}} |