diff options
author | Christopher Baines <christopher.baines@digital.cabinet-office.gov.uk> | 2020-05-24 12:50:57 +0100 |
---|---|---|
committer | Christopher Baines <christopher.baines@digital.cabinet-office.gov.uk> | 2020-05-24 12:51:04 +0100 |
commit | 7b0b6edcd01a710dbc1e0831277b3e6cc0ab5260 (patch) | |
tree | 7792c58a49f26d8f7f92876f6b20c8999c851d96 | |
parent | f3bb6aaf1f9fe2a76d61b8a63fc3e51801a15030 (diff) | |
download | gnu-guix-release.tar gnu-guix-release.tar.gz |
Export perform-actionrelease_39release
-rw-r--r-- | guix/scripts/system.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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)) ;;; |