This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ec6757d00c scripts: environment: Export launch-environment/container.
ec6757d00c is described below

commit ec6757d00c25116837a00ba9121f10f42db179b2
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Sun Feb 16 11:48:51 2025 +0100

    scripts: environment: Export launch-environment/container.
    
    * guix/scripts/environment.scm (launch-environment/container): Export.
    
    Change-Id: I98d1b3e785015b34f4b434ccd931d8cf8988ee3c
    Signed-off-by: Hilton Chain <hako@ultrarare.space>
---
 guix/scripts/environment.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/scripts/environment.scm b/guix/scripts/environment.scm
index 1c2d222c74..1eb15dcf5d 100644
--- a/guix/scripts/environment.scm
+++ b/guix/scripts/environment.scm
@@ -63,6 +63,7 @@
   #:use-module (srfi srfi-98)
   #:export (assert-container-features
             load-manifest
+            launch-environment/container
             guix-environment
             guix-environment*
             show-environment-options-help

Reply via email to