default.nix: disable tests
they require a running postgresql instance which is atm not available in a nix-build sandbox.
This commit is contained in:
parent
d913465154
commit
90108556ca
1 changed files with 1 additions and 0 deletions
|
@ -34,5 +34,6 @@ mkDerivation {
|
|||
persistent persistent-mysql resourcet transformers yesod yesod-core
|
||||
yesod-test
|
||||
];
|
||||
doCheck = false;
|
||||
license = stdenv.lib.licenses.agpl3;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue