added marp cli to nix environment

This commit is contained in:
Sebastian Wendel 2023-09-28 11:13:48 +02:00
parent 54b30d0f33
commit 72801aced3

View file

@ -28,6 +28,7 @@ with self.pkgs.${system};
# Misc
reuse
marp-cli
];
shellHook = ''
${self.checks.${system}.pre-commit-check.shellHook}