We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f8211 commit d316e09Copy full SHA for d316e09
default.nix
@@ -8,7 +8,7 @@ let
8
9
haskell = pin.haskell-nix;
10
11
- ciOptions = [ { packages.eventlog2html.configureFlags = [ "--ghc-option=-Werror" ]; } ];
+ ciOptions = []; # [ { packages.eventlog2html.configureFlags = [ "--ghc-option=-Werror" ]; } ];
12
13
opts = [ { packages.vault.doHaddock = false; } ];
14
0 commit comments