diff mbox series

[bug#70494,15/23] store: Export operation-id.

Message ID 1a9521650cc02618a0df863c9a753c38907d5e46.1713692561.git.mail@cbaines.net
State New
Headers show
Series Groundwork for the Guile guix-daemon | expand

Commit Message

Christopher Baines April 21, 2024, 9:42 a.m. UTC
* guix/store.scm (operation-id): Export.

Change-Id: I03c83973c9056795fef935016df7321a69c1116d
---
 guix/store.scm | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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 @@  (define-module (guix store)
             hash-algo
             build-mode
 
+            operation-id
+
             connect-to-daemon
             open-connection
             port->connection