[% WRAPPER layout.tt title="Channel ${channelName}" %] [% PROCESS common.tt %] [% USE HTML %]
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 '*'
This channel contains the following packages.
# | Name | System | Description |
---|---|---|---|
[% b.id %] | [% b.get_column('releasename') || b.nixname %] | [% b.system %] | [% IF b.homepage %] b.homepage) %]>[% HTML.escape(b.description) %] [% ELSE %] [% HTML.escape(b.description) %] [% END %] |
Upgrades depend on the success/failure of the following constituents:
[% INCLUDE renderBuildList builds=constituents %] [% END %] [% END %]