Skip to content

Commit

Permalink
docs(figures): Run draw.io with --no-sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomSpaceship committed Dec 21, 2024
1 parent 2ff5233 commit 38fdf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nix/figures.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let
INPUT_FILE="$1"
OUTPUT_FILE="$2"
shift 2
${lib.getExe drawio} -x "$INPUT_FILE" -o "$OUTPUT_FILE" --disable-gpu "$@"
${lib.getExe drawio} -x "$INPUT_FILE" -o "$OUTPUT_FILE" --no-sandbox --disable-gpu "$@"
}
# Electron really wants a configuration directory to not die with:
Expand Down

0 comments on commit 38fdf5b

Please sign in to comment.