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
@@ -56,15 +52,12 @@
browser. Alternatively, you can install it from the
command-line:
-
$ nix-install-package --non-interactive --url [% uri %]
+
$ 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.
-
-
-
-
+ the Nix store, e.g., run the command as root.
+ [% END %]
@@ -78,22 +71,21 @@
Nix closure of path [% product.path %]
- help
-
If you have Nix installed on your machine, this build and
all its dependencies can be unpacked into your local Nix
store by doing:
-
$ gunzip < [% filename %] | nix-store --import
+
$ gunzip < [% filename %] | nix-store --import
or to download and unpack in one command:
-
$ curl [% uri %] | gunzip | nix-store --import
+
$ curl [% uri %] | gunzip | nix-store --import
The package can then be found in the path [%
product.path %]. You’ll probably also want to do
-
$ nix-env -i [% product.path %]
+
$ nix-env -i [% product.path %]
to actually install the package in your Nix user environment.
@@ -101,7 +93,7 @@
archive lacks a signature”, you should make sure that you have
sufficient access rights to the Nix store, e.g., run the
command as root.
-
+ [% END %]
@@ -130,9 +122,8 @@
File [% product.name %] of type [% product.subtype %]
[% END %]
- detailscontents
-