diff options
Diffstat (limited to 'tests/dyn-drv/common.sh')
-rw-r--r-- | tests/dyn-drv/common.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/dyn-drv/common.sh b/tests/dyn-drv/common.sh new file mode 100644 index 000000000..c786f6925 --- /dev/null +++ b/tests/dyn-drv/common.sh @@ -0,0 +1,8 @@ +source ../common.sh + +# Need backend to support text-hashing too +requireDaemonNewerThan "2.16.0pre20230419" + +enableFeatures "ca-derivations dynamic-derivations" + +restartDaemon |