diff options
author | regnat <rg@regnat.ovh> | 2021-01-26 10:28:00 +0100 |
---|---|---|
committer | regnat <rg@regnat.ovh> | 2021-02-23 08:04:03 +0100 |
commit | c32168c9bc161e0c9cea027853895971699510cb (patch) | |
tree | 63f08e4d5508fcf12ba3ee4e9d4d32a687c6f71a /tests/build-remote-content-addressed-floating.sh | |
parent | 527da736905730e70725bf4b3556d61267d220ba (diff) |
Test the remote building of ca derivations
Diffstat (limited to 'tests/build-remote-content-addressed-floating.sh')
-rw-r--r-- | tests/build-remote-content-addressed-floating.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/build-remote-content-addressed-floating.sh b/tests/build-remote-content-addressed-floating.sh new file mode 100644 index 000000000..cbb75729b --- /dev/null +++ b/tests/build-remote-content-addressed-floating.sh @@ -0,0 +1,7 @@ +source common.sh + +file=build-hook-ca.nix + +sed -i 's/experimental-features .*/& ca-derivations/' "$NIX_CONF_DIR"/nix.conf + +source build-remote.sh |