summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2024-04-21 10:42:33 +0100
committerGuix Patches Tester <>2024-04-21 11:53:20 +0200
commitc261786ee1c1acd54c8351e32a7cb890924dd7d6 (patch)
tree0143db68a2f89d5abed9d219fd173a73d0bba9ff
parent1167431c87cf6f0f9d0cbc91078c41a499408c62 (diff)
downloadguix-patches-c261786ee1c1acd54c8351e32a7cb890924dd7d6.tar
guix-patches-c261786ee1c1acd54c8351e32a7cb890924dd7d6.tar.gz
store: Export operation-id.
* guix/store.scm (operation-id): Export. Change-Id: I03c83973c9056795fef935016df7321a69c1116d
-rw-r--r--guix/store.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/guix/store.scm b/guix/store.scm
index 096efcd128..cbf644ac30 100644
--- a/guix/store.scm
+++ b/guix/store.scm
@@ -101,6 +101,8 @@
hash-algo
build-mode
+ operation-id
+
connect-to-daemon
open-connection
port->connection