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
|
# 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}
|
||||||
|
|
Loading…
Reference in a new issue