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