diff options
Diffstat (limited to 'tests/functional/build-remote-content-addressed-floating.sh')
-rw-r--r-- | tests/functional/build-remote-content-addressed-floating.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/functional/build-remote-content-addressed-floating.sh b/tests/functional/build-remote-content-addressed-floating.sh new file mode 100644 index 000000000..e83b42b41 --- /dev/null +++ b/tests/functional/build-remote-content-addressed-floating.sh @@ -0,0 +1,9 @@ +source common.sh + +file=build-hook-ca-floating.nix + +enableFeatures "ca-derivations" + +CONTENT_ADDRESSED=true + +source build-remote.sh |