From 7b0b6edcd01a710dbc1e0831277b3e6cc0ab5260 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 24 May 2020 12:50:57 +0100 Subject: Export perform-action --- guix/scripts/system.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm index 3efd113ac8..34d53a23ce 100644 --- a/guix/scripts/system.scm +++ b/guix/scripts/system.scm @@ -76,7 +76,8 @@ #:use-module (ice-9 match) #:use-module (rnrs bytevectors) #:export (guix-system - read-operating-system)) + read-operating-system + perform-action)) ;;; -- cgit v1.2.3