mbox

[bug#37412,0/2] Add package and service for the Guix Data Service.

Message ID 87v9tt1l0h.fsf@cbaines.net
Headers show

Message

Christopher Baines Sept. 15, 2019, 6:18 p.m. UTC
These patches add a package definition, and service type for the Guix
Data Service, as well as a system test.


Christopher Baines (2):
  gnu: Add guix-data-service.
  services: Add the Guix Data Service.

 gnu/local.mk          |   2 +
 gnu/packages/web.scm  |  83 +++++++++++++++++
 gnu/services/guix.scm | 204 ++++++++++++++++++++++++++++++++++++++++++
 gnu/tests/guix.scm    | 173 +++++++++++++++++++++++++++++++++++
 4 files changed, 462 insertions(+)
 create mode 100644 gnu/services/guix.scm
 create mode 100644 gnu/tests/guix.scm