Skip to content

Commit

Permalink
fix: disable tests (doctests failure) (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackheaven committed Oct 1, 2024
1 parent 102abe0 commit 610a723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
haskellPackages.override {
overrides = self: super: {
hpack = pkgs.hpack;
crem = (self.callCabal2nix "crem" src { }).overrideAttrs (attrs: {
crem = pkgs.haskell.lib.compose.dontCheck ((self.callCabal2nix "crem" src { }).overrideAttrs (attrs: {
# doctest-parallel needs to know where the compiled crem package is
preCheck = ''
export GHC_PACKAGE_PATH="dist/package.conf.inplace:$GHC_PACKAGE_PATH"
'';
});
}));
fourmolu = pkgs.haskell.packages.ghc944.fourmolu;
};
};
Expand Down

0 comments on commit 610a723

Please sign in to comment.