all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62159] [PATCH] home: Export home-environment-packages.
@ 2023-03-13  8:20 Sergey Trofimov
  2023-03-13 12:09 ` Andrew Tropin
  0 siblings, 1 reply; 2+ messages in thread
From: Sergey Trofimov @ 2023-03-13  8:20 UTC (permalink / raw)
  To: 62159; +Cc: Sergey Trofimov

* gnu/home.scm (home-environment-packages): New procedure.
---
 gnu/home.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/home.scm b/gnu/home.scm
index c95d1e0818..6d3f705758 100644
--- a/gnu/home.scm
+++ b/gnu/home.scm
@@ -35,6 +35,7 @@ (define-module (gnu home)
             this-home-environment
 
             home-environment-derivation
+            home-environment-packages
             home-environment-user-services
             home-environment-essential-services
             home-environment-services
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#62159] [PATCH] home: Export home-environment-packages.
  2023-03-13  8:20 [bug#62159] [PATCH] home: Export home-environment-packages Sergey Trofimov
@ 2023-03-13 12:09 ` Andrew Tropin
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Tropin @ 2023-03-13 12:09 UTC (permalink / raw)
  To: Sergey Trofimov, 62159; +Cc: Sergey Trofimov

[-- Attachment #1: Type: text/plain, Size: 728 bytes --]

On 2023-03-13 09:20, Sergey Trofimov wrote:

> * gnu/home.scm (home-environment-packages): New procedure.
> ---
>  gnu/home.scm | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/gnu/home.scm b/gnu/home.scm
> index c95d1e0818..6d3f705758 100644
> --- a/gnu/home.scm
> +++ b/gnu/home.scm
> @@ -35,6 +35,7 @@ (define-module (gnu home)
>              this-home-environment
>  
>              home-environment-derivation
> +            home-environment-packages
>              home-environment-user-services
>              home-environment-essential-services
>              home-environment-services

Hi Sergey!

Thank you for the patch, slightly reworded, applied.

-- 
Best regards,
Andrew Tropin

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-13 12:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-13  8:20 [bug#62159] [PATCH] home: Export home-environment-packages Sergey Trofimov
2023-03-13 12:09 ` Andrew Tropin

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.