tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
nixpkgs
/
pkgs
/
development
/
python-modules
/
hypothesis
/
setup-hook.sh
at
master
98 B
view raw
1
hypothesisActivateProfileForCI
(
)
{
2
export
CI
=
1
3
}
4
5
postHooks
+=
(
hypothesisActivateProfileForCI
)