diff --git a/src/root/product-list.tt b/src/root/product-list.tt index ba7aec5e..3630b31e 100644 --- a/src/root/product-list.tt +++ b/src/root/product-list.tt @@ -19,36 +19,46 @@ [% SWITCH product.type %] [% CASE "nix-build" %] - -
If you have Nix installed on your machine, you can - install this package and all its dependencies automatically - by clicking on the link above. This requires that you have - the application/nix-package MIME type associated - with the nix-install-package program in your web - browser. Alternatively, you can install it from the - command-line:
- -$ nix-install-package --non-interactive --url [% uri %]- -
If you get an error message “Permission denied”, you - should make sure that you have sufficient access rights to - the Nix store, e.g., run the command as root. - -
-If you have Nix installed on your machine, you can + install this package and all its dependencies automatically + by clicking on the link above. This requires that you have + the application/nix-package MIME type associated + with the nix-install-package program in your web + browser. Alternatively, you can install it from the + command-line:
+ +$ nix-install-package --non-interactive --url [% uri %]+ +
If you get an error message “Permission denied”, you + should make sure that you have sufficient access rights to + the Nix store, e.g., run the command as root. + +
+