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