all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69124] [PATCH] system: default-bash-profile: Add Guix Home search paths as well.
@ 2024-02-14 13:03 Florian Pelz
  2024-02-28 16:13 ` bug#69124: " pelzflorian (Florian Pelz)
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Pelz @ 2024-02-14 13:03 UTC (permalink / raw)
  To: 69124; +Cc: Florian Pelz

Ordinary .guix-profile is searched already.  Also this makes desktop
environments find packages installed in Guix Home.

* gnu/system/shadow.scm (%default-bash-profile): Add Home search paths.
---
 gnu/system/shadow.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/shadow.scm b/gnu/system/shadow.scm
index 8b3958ba5c..d9f13271d8 100644
--- a/gnu/system/shadow.scm
+++ b/gnu/system/shadow.scm
@@ -165,6 +165,7 @@ (define %default-bash-profile
 # Merge search-paths from multiple profiles, the order matters.
 eval \"$(guix package --search-paths \\
 -p $HOME/.config/guix/current \\
+-p $HOME/.guix-home/profile \\
 -p $HOME/.guix-profile \\
 -p /run/current-system/profile)\"
 

base-commit: 240bbfee8deb7b6b746dffee7204dea7051dced8
-- 
2.41.0





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

* bug#69124: [PATCH] system: default-bash-profile: Add Guix Home search paths as well.
  2024-02-14 13:03 [bug#69124] [PATCH] system: default-bash-profile: Add Guix Home search paths as well Florian Pelz
@ 2024-02-28 16:13 ` pelzflorian (Florian Pelz)
  0 siblings, 0 replies; 2+ messages in thread
From: pelzflorian (Florian Pelz) @ 2024-02-28 16:13 UTC (permalink / raw)
  To: 69124-done

Pushed it as bc6840316c665e5959469e5c857819142cc4a47b.

Regards,
Florian




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

end of thread, other threads:[~2024-02-28 16:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-14 13:03 [bug#69124] [PATCH] system: default-bash-profile: Add Guix Home search paths as well Florian Pelz
2024-02-28 16:13 ` bug#69124: " pelzflorian (Florian Pelz)

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.