Skip to content

Commit d316e09

Browse files
committed
No -Werror
1 parent 60f8211 commit d316e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let
88

99
haskell = pin.haskell-nix;
1010

11-
ciOptions = [ { packages.eventlog2html.configureFlags = [ "--ghc-option=-Werror" ]; } ];
11+
ciOptions = []; # [ { packages.eventlog2html.configureFlags = [ "--ghc-option=-Werror" ]; } ];
1212

1313
opts = [ { packages.vault.doHaddock = false; } ];
1414

0 commit comments

Comments
 (0)