Now, both the unit and functional tests relating to derivation options are tested both ways -- with input addressing and content-addressing derivations.
7 lines
102 B
Bash
Executable File
7 lines
102 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export NIX_TESTS_CA_BY_DEFAULT=1
|
|
|
|
cd ..
|
|
source derivation-advanced-attributes.sh
|