From 8a7cd25071254e2d8759c27fdb26f2f0901ff9da Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Thu, 28 Sep 2023 11:19:25 +0200 Subject: [PATCH] added Chromium as dependency for Marp to be able to export to PDFs --- nix/shell.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nix/shell.nix b/nix/shell.nix index 8e57679..b13dc5e 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -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}