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:
@@ -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 %]
|
||||||
|
|||||||
Reference in New Issue
Block a user