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}