default.nix: don't build docs

it's broken
This commit is contained in:
Astro 2020-06-05 19:44:25 +02:00
parent 90108556ca
commit faad483f00
1 changed files with 1 additions and 0 deletions

View File

@ -35,5 +35,6 @@ mkDerivation {
yesod-test
];
doCheck = false;
doHaddock = false;
license = stdenv.lib.licenses.agpl3;
}