This package browser is in early development. Mind the rough edges.

guix-data-service

Store and provide data about GNU Guix

The Guix Data Service stores data about GNU Guix, and provides this through a web interface. It supports listening to the guix-commits mailing list to find out about new revisions, then loads the data from these in to a PostgreSQL database.

Installation

Install the latest version of guix-data-service as follows:

guix install guix-data-service

Or install a particular version:

guix install guix-data-service@0.0.1-75.9a03cdf

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of guix-data-service about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/guix-data-service'><img src='https://packages.guix.gnu.org/packages/guix-data-service/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/guix-data-service/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/guix-data-service)

Example Org:

[[https://packages.guix.gnu.org/packages/guix-data-service][https://packages.guix.gnu.org/packages/guix-data-service/badges/latest-version.svg]]