Guix

Table of Contents

1. Guix

1.1. guix/maintenance.git

Repository meant to contain documents and tools by Guix hackers and maintainers that do not fit in the Guix repository.

guix/maintenance.git

1.2. Cuirass

Cuirass is a continuous integration tool for Guix. It can be used both for development and for providing substitutes to others.

1.3. How to build a package from a clone of guix?

  1. git clone https://git.savannah.gnu.org/git/guix.git and cd guix
  2. guix shell -D guix
  3. ./bootstrap
  4. ./configure --localstatedir=/var, will generate ./pre-inst-env
  5. make
  6. ./pre-inst-env scripts/guix build hello

2. Related notes

3. Backlinks

Created: 2024-04-06 Sat 00:49