Merge pull request #1546 from jmbaur/jared/local-repro

build: quote flake URI for local repro instructions
This commit is contained in:
Janne Heß
2026-01-04 13:38:45 +00:00
committed by GitHub

View File

@@ -568,7 +568,7 @@ END;
running the following command:</p>
<div class="card bg-light"><div class="card-body p-2"><code>
<span class="shell-prompt"># </span>nix build [% HTML.escape(eval.flake) %]#hydraJobs.[% HTML.escape(job) %]
<span class="shell-prompt"># </span>nix build '[% HTML.escape(eval.flake) %]#hydraJobs.[% HTML.escape(job) %]'
</code></div></div>
[% ELSE %]