mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-11 15:53:41 +00:00
6 lines
98 B
Bash
6 lines
98 B
Bash
hypothesisActivateProfileForCI() {
|
|
export CI=1
|
|
}
|
|
|
|
postHooks+=(hypothesisActivateProfileForCI)
|