[% WRAPPER layout.tt title="Channel ${channelName}" %] [% PROCESS common.tt %] [% USE HTML %]

Channel [% channelName %]

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 --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 you have 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.

Packages

This channel contains the following packages.

[% FOREACH pkg IN nixPkgs %] [% build = pkg.build %] [% uri = "${curUri}/pkg/${pkg.name}.nixpkg" %] [% END %]
# Name System Description
[% build.id %] [% build.resultInfo.releasename || build.nixname %] [% build.system %] [% IF build.homepage -%] build.homepage) %]>[% HTML.escape(build.description) %] [% ELSE -%] [% HTML.escape(build.description) -%] [% END -%]
[% END %]