From 7a67ba925d7412f73750372d9da3e3d8ae46d539 Mon Sep 17 00:00:00 2001 From: Jared Baur Date: Wed, 10 Dec 2025 14:07:17 -0800 Subject: [PATCH] build: quote flake URI for local repro instructions Often times flake URIs have ampersands in them, making them unsuitable for pasting into shells directly. --- src/root/build.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/root/build.tt b/src/root/build.tt index 8c52b489..a5a817d1 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -568,7 +568,7 @@ END; running the following command:

-# nix build [% HTML.escape(eval.flake) %]#hydraJobs.[% HTML.escape(job) %] +# nix build '[% HTML.escape(eval.flake) %]#hydraJobs.[% HTML.escape(job) %]'
[% ELSE %]