added Chromium as dependency for Marp to be able to export to PDFs

This commit is contained in:
Sebastian Wendel 2023-09-28 11:19:25 +02:00
parent a9ef1137c5
commit 8a7cd25071

View file

@ -26,9 +26,12 @@ with self.pkgs.${system};
# Service # Service
mosquitto mosquitto
# Marp slides
marp-cli
chromium
# Misc # Misc
reuse reuse
marp-cli
]; ];
shellHook = '' shellHook = ''
${self.checks.${system}.pre-commit-check.shellHook} ${self.checks.${system}.pre-commit-check.shellHook}