Files
nixpkgs/pkgs/development/python-modules/hypothesis/setup-hook.sh

6 lines
98 B
Bash

hypothesisActivateProfileForCI() {
export CI=1
}
postHooks+=(hypothesisActivateProfileForCI)