added Chromium as dependency for Marp to be able to export to PDFs
This commit is contained in:
parent
a9ef1137c5
commit
8a7cd25071
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue