diff --git a/src/Hydra/root/build.tt b/src/Hydra/root/build.tt index 4c1d639d..28209841 100644 --- a/src/Hydra/root/build.tt +++ b/src/Hydra/root/build.tt @@ -32,16 +32,16 @@
You can subscribe to this channel by doing +
This page provides a channel for the Nix package manager. If you have Nix +installed, you can subscribe to this channel by once executing
$ nix-channel --add [% curUri %]
+$ nix-channel --add [% curUri %] +$ nix-channel --update
You can then query and install packages in the normal way, e.g.,
+$ nix-env -qa '*' +$ nix-env -i foo
You can update to the latest versions of the packages in this channel by executing
+$ nix-channel --update +$ nix-env -u '*'
Alternatively, if youhave associated the +application/nix-package MIME type with the +nix-install-package program in your web browser, you can +install the package simply by clicking on the packages below.