Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at r-updates 5 lines 98 B view raw
1hypothesisActivateProfileForCI() { 2 export CI=1 3} 4 5postHooks+=(hypothesisActivateProfileForCI)