{ runCommand, markdown-code-runner, nixfmt-rfc-style, }: runCommand "manual_check-nix-code-blocks" { nativeBuildInputs = [ markdown-code-runner nixfmt-rfc-style ]; } '' set +e mdcr --check --config ${./mdcr-config.toml} ${./..} if [ $? -ne 0 ]; then cat <