aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-daemon.sh
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2023-12-07 10:57:45 +0100
committerW. Kosior <koszko@koszko.org>2024-12-24 09:36:00 +0100
commit187b13f65f5e1fd13de76b601983f69d5e0f688a (patch)
tree801cf162a9f9527789a7afadc4088cfc2d87f807 /tests/guix-daemon.sh
parent4f40cfc8f030431ed0e0ad69ec01b925d80dd73f (diff)
downloadguix-187b13f65f5e1fd13de76b601983f69d5e0f688a.tar.gz
guix-187b13f65f5e1fd13de76b601983f69d5e0f688a.zip
home: services: Add localhost-repo-server.
* gnu/home/services/vcs.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Record 'home/services/vcs.scm'. Change-Id: I37d3c1dacc26eb31b9b7ec434ed760c7cf84cc32
Diffstat (limited to 'tests/guix-daemon.sh')
0 files changed, 0 insertions, 0 deletions
changes to the database and those changes should happen in transactions that ideally begin immediately. This reverts commit 37545de4a3bf59611c184b31506fe9a16abe4c8b. * .dir-locals.el (scheme-mode): Remove entries for call-with-savepoint and call-with-retrying-savepoint. * guix/store/database.scm (call-with-savepoint, call-with-retrying-savepoint): Remove procedures. (update-or-insert): Remove use of call-with-savepoint. Change-Id: I2f986e8623d8235a90c40d5f219c1292c1ab157b Christopher Baines