build: quote flake URI for local repro instructions

Often times flake URIs have ampersands in them, making them unsuitable
for pasting into shells directly.
This commit is contained in:
Jared Baur
2025-12-10 14:07:17 -08:00
committed by Jared Baur
parent 34ff66a460
commit 7a67ba925d

View File

@@ -568,7 +568,7 @@ END;
running the following command:</p> running the following command:</p>
<div class="card bg-light"><div class="card-body p-2"><code> <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> </code></div></div>
[% ELSE %] [% ELSE %]