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
1 changed files with 4 additions and 1 deletions

View File

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