diff --git a/src/root/build.tt b/src/root/build.tt index 8925e6a15..88ad9e017 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -498,32 +498,32 @@ END;
If you have Nix - installed, you can reproduce this build on your own machine by - running the following command:
+If you have Nix + installed, you can reproduce this build on your own machine by + running the following command:
# nix build [% HTML.escape(eval.flake) %]#hydraJobs.[% HTML.escape(job) %]
- [% ELSE %]
+ [% ELSE %]
- If you have Nix - installed, you can reproduce this build on your own machine by - downloading url) %]>a script - that checks out all inputs of the build and then invokes Nix to - perform the build.
+If you have Nix + installed, you can reproduce this build on your own machine by + downloading url) %]>a script + that checks out all inputs of the build and then invokes Nix to + perform the build.
-To download and execute the script from the command line, run the - following command:
+To download and execute the script from the command line, run the + following command:
# curl url) %]>[% HTML.escape(url) %] | bash- [% END %] + [% END %]