1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 13:51:16 +02:00
nix/tests/functional/build-remote-content-addressed-floating.sh
John Ericson 7acc229c8f Use the same variable for content addressing in functional tests
`CONTENT_ADDRESSED` -> `NIX_TESTS_CA_BY_DEFAULT`
2025-04-14 11:20:07 -04:00

11 lines
158 B
Bash
Executable file

#!/usr/bin/env bash
source common.sh
file=build-hook-ca-floating.nix
enableFeatures "ca-derivations"
NIX_TESTS_CA_BY_DEFAULT=true
source build-remote.sh