let nixpkgs = ; pkgs = import nixpkgs { config = {}; overlays = []; }; in pkgs.mkShellNoCC { packages = with pkgs; [ watchexec marp-cli ]; }