aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-04-29 16:57:09 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-04-29 19:31:23 +0200
commit19987f5efe0acb65918802681f3a18cbb6a07c2a (patch)
tree007714068ddb977a039f8db4dab76677a791a4a4 /AUTHORS
parent587ccf4c793973dcde1abd3ef207a9ee58b9f0e5 (diff)
downloadguix-19987f5efe0acb65918802681f3a18cbb6a07c2a.tar.gz
guix-19987f5efe0acb65918802681f3a18cbb6a07c2a.zip
gnu: foo2zjs: Update to 20200426.
* gnu/packages/cups.scm (foo2zjs): Update to 20200426.
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions
class='msg-tooltip'>* gnu/services/guix.scm: Use pairs instead of lists. * doc/guix.texi: Update accordingly. * gnu/tests/guix.scm: Update accordingly. Change-Id: I0b8d3fa5b214add89bdb84a11fa20d1b319435f0 Andrew Tropin 2024-04-17services: Add the Guix Home service....This patch adds a Guix Home service, which allows for configuring/deploying an operating-system declaration with an associated home-environment. * gnu/services/guix.scm: Add guix-home-service and guix-home-shepherd-service * gnu/home/services/shepherd.scm: Don't attempt to launch user shepherd when the system shepherd runs guix-home-<user> * doc/guix.texi: Add documentation for guix-home-service * gnu/tests/guix.scm: Add a test to verify guix-home-service-type is able to activate a home environment Change-Id: Ifbcc0878d934aa4abe34bb2123b5081fb432aa8e Signed-off-by: Ludovic Courtès <ludo@gnu.org> Richard Sent 2023-09-15services: guix: Add bffe-service-type....This is intended to replace the functionality of the Guix Build Coordinator queue builds script, and also provide a web interface for build farms. * gnu/services/guix.scm (<bffe-configuration>): New record type. (bffe-configuration, bffe-configuration?, bffe-configuration-package, bffe-configuration-user, bffe-configuration-group, bffe-configuration-arguments bffe-configuration-extra-environment-variables): New procedures. (bffe-service-type): New variable. * gnu/tests/guix.scm (%test-bffe): New variable. * doc/guix.texi (Guix Services): Document the new service. Christopher Baines