diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2023-08-30 11:12:42 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-04-01 14:49:34 +0200 |
| commit | b6d89759a78eee07d3d72035d250e2830a846cdc (patch) | |
| tree | b9b67ab53b84053e0c34b11b3d6ccf885008e245 | |
| parent | ebb2f7818c38b7c9fb01a9c13941a165594825cf (diff) | |
guix: scripts: reconfigure: Export running-services variable.
* (guix/scripts/reconfigure.scm): Export running-services variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -rw-r--r-- | guix/scripts/system/reconfigure.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/scripts/system/reconfigure.scm b/guix/scripts/system/reconfigure.scm index 76855b43688..bb82f1b3e58 100644 --- a/guix/scripts/system/reconfigure.scm +++ b/guix/scripts/system/reconfigure.scm @@ -50,6 +50,7 @@ #:export (switch-system-program switch-to-system + running-services upgrade-services-program upgrade-shepherd-services |
