[PATCH] system: default-bash-profile: Add Guix Home search paths as well.

  • Done
  • quality assurance status badge
Details
One participant
  • Florian Pelz
Owner
unassigned
Submitted by
Florian Pelz
Severity
normal

Debbugs page

Florian Pelz wrote 1 years ago
(address . guix-patches@gnu.org)(name . Florian Pelz)(address . pelzflorian@pelzflorian.de)
20240214130444.16770-1-pelzflorian@pelzflorian.de
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(+)

Toggle diff (16 lines)
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
pelzflorian (Florian Pelz) wrote 1 years ago
(address . 69124-done@debbugs.gnu.org)
87y1b4d0sv.fsf@pelzflorian.de
Pushed it as bc6840316c665e5959469e5c857819142cc4a47b.

Regards,
Florian
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69124@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69124
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help