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

6 lines
98 B
Bash
Raw Normal View History

2025-10-09 14:15:47 +02:00
hypothesisActivateProfileForCI() {
export CI=1
}
postHooks+=(hypothesisActivateProfileForCI)