diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2023-08-30 11:12:41 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-04-01 14:49:33 +0200 |
commit | ebb2f7818c38b7c9fb01a9c13941a165594825cf (patch) | |
tree | 6e23cacda67acf142ed647b10824ae4a54e5b3f7 /guix/scripts/system.scm | |
parent | f9ee999a71357755566d122f0c874f5c5bf443a4 (diff) |
guix: scripts: system: Export profile-boot-parameters function.
* (guix/scripts/system.scm): Export profile-boot-parameters function.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'guix/scripts/system.scm')
-rw-r--r-- | guix/scripts/system.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm index a6de6f0fd9..1154843be6 100644 --- a/guix/scripts/system.scm +++ b/guix/scripts/system.scm @@ -93,6 +93,7 @@ #:export (guix-system read-operating-system + profile-boot-parameters service-node-type shepherd-service-node-type)) |