default.nix: dontCheck, addd a note

This commit is contained in:
Richard Marko 2023-11-21 07:58:30 +01:00
parent 995e12a48b
commit 7abf70c5bb

View File

@ -18,7 +18,9 @@
# Escape the version bounds from the cabal file. You may want to avoid this function.
, doJailbreak ? false
# Nix dependency checking, compilation and execution of test suites listed in the package description file.
, doCheck ? true
# TODO(srk): 2023-11-21
# needs moving of the hnix-store-remote test harness to hnix-store-tests
, doCheck ? false
# Just produce a SDist src tarball
, sdistTarball ? false