1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

Use the same variable for content addressing in functional tests

`CONTENT_ADDRESSED` -> `NIX_TESTS_CA_BY_DEFAULT`
This commit is contained in:
John Ericson 2025-04-14 11:18:33 -04:00
parent b3aa07009d
commit 7acc229c8f
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ source common.sh
clearStoreIfPossible
if [[ -n ${CONTENT_ADDRESSED:-} ]]; then
if [[ -n ${NIX_TESTS_CA_BY_DEFAULT:-} ]]; then
shellDotNix="$PWD/ca-shell.nix"
else
shellDotNix="$PWD/shell.nix"