flake: Disable doctest for now as it won't run during flake check correctly
This commit is contained in:
parent
7a69fb2363
commit
30132088df
1 changed files with 1 additions and 1 deletions
|
|
@ -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$";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue