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

bffe

Build Farm Front-end for Guix

The BFFE of Build Farm Front-end is an experimental frontend for Guix build farms. It works together with the Guix Data Service and Guix Build Coordinator to submit builds and monitor the activity.

It functions as a Guile library, with the run-bffe-service procedure in the (bffe) module as the entry point.

Installation

Install the latest version of bffe as follows:

guix install bffe

Or install a particular version:

guix install bffe@0-16.e3226ff

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 bffe about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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