mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
docs: terminate build on shell-script error
This commit is contained in:
parent
e9034f116d
commit
6efbb5353c
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ with lib; let
|
|||
|
||||
# Copy the generated MD docs into the build directory
|
||||
# Using pkgs.writeShellScript helps to avoid the "bash: argument list too long" error
|
||||
${pkgs.writeShellScript "copy_docs" docs.commands}
|
||||
bash -e ${pkgs.writeShellScript "copy_docs" docs.commands}
|
||||
|
||||
# Prepare SUMMARY.md for mdBook
|
||||
# Using pkgs.writeText helps to avoid the same error as above
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue