From 72801aced3ba05e3907c3472afeee4c46a0a4eae Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Thu, 28 Sep 2023 11:13:48 +0200 Subject: [PATCH] added marp cli to nix environment --- nix/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/shell.nix b/nix/shell.nix index f80f04c..8e57679 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -28,6 +28,7 @@ with self.pkgs.${system}; # Misc reuse + marp-cli ]; shellHook = '' ${self.checks.${system}.pre-commit-check.shellHook}