Skip to content

Commit 316aea5

Browse files
author
doyougnu
committed
meta: fail to build on warnings
1 parent 53710ee commit 316aea5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hoh.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ pkgs.stdenv.mkDerivation {
3737

3838
buildPhase = ''
3939
runHook preBuild
40-
41-
make ${target}
40+
make ${target} SPHINXOPTS="-W"
4241
touch "_build/.nojekyll"
4342
touch "_build/html/.nojekyll"
4443
'';

0 commit comments

Comments
 (0)