aboutsummaryrefslogtreecommitdiff
path: root/tests/git.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-16 02:00:02 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-16 02:00:08 +0200
commit6984151a834d1d27f0b35c250bd57273783f7d5f (patch)
tree50577f42c4672f58ca72e6a4ccf49fd4dcd23534 /tests/git.scm
parentd23ced7cc1d59af4bf8cac28e332ca29bc7b93e1 (diff)
downloadguix-6984151a834d1d27f0b35c250bd57273783f7d5f.tar.gz
guix-6984151a834d1d27f0b35c250bd57273783f7d5f.zip
gnu: cryfs: Update to 0.11.4.
* gnu/packages/crypto.scm (cryfs): Update to 0.11.4. [arguments]: Remove obsolete phase.
Diffstat (limited to 'tests/git.scm')
0 files changed, 0 insertions, 0 deletions
ef='/guix/commit/gnu/home/services/shepherd.scm?id=59bb53823e6babb2d50e246d312879980c7988c9'>services: 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 2024-03-21services: shepherd: Load each service file in a fresh module....Fixes <https://issues.guix.gnu.org/67649>. * gnu/home/services/shepherd.scm (home-shepherd-configuration-file)[config]: Define ‘make-user-module’. Call ‘load’ in ‘save-module-excursion’. * gnu/services/shepherd.scm (shepherd-configuration-file): Likewise. Reported-by: Attila Lendvai <attila@lendvai.name> Change-Id: I7df11c81b5bbbf2b24a8daa02502a000e0826fe0 Ludovic Courtès