disable hitlertest

This commit is contained in:
2026-08-24 01:15:34 -06:00
parent 950d123760
commit bf2fc08ec4
3 changed files with 9 additions and 17 deletions
+1 -8
View File
@@ -7,11 +7,4 @@ import System.IO (stderr, hPutStrLn)
main :: IO ()
main = do
nix <- maybe False null <$> lookupEnv "GYEHOEK_IN_NIX_BUILD"
if nix then do
hPutStrLn stderr "\
\skipping doctests in Nix build environment. \
\see https://github.com/pcapriotti/optparse-applicative/pull/408."
else
mainFromCabal "gyehoek" =<< getArgs
main = mainFromCabal "gyehoek" =<< getArgs