flake: Disable doctest for now as it won't run during flake check correctly

This commit is contained in:
Alexander Kobjolke 2023-08-21 06:34:21 +02:00
parent 7a69fb2363
commit 30132088df

View file

@ -51,7 +51,7 @@
hpack.enable = true;
hlint.enable = true;
doctest = {
enable = true;
enable = false;
name = "Run documentation tests";
entry = "${haskellPackages.doctest}/bin/doctest src app";
files = "\\.l?hs$";