[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: system: default-bash-profile: Add Guix Home searc
From: |
guix-commits |
Subject: |
branch master updated: system: default-bash-profile: Add Guix Home search paths as well. |
Date: |
Wed, 28 Feb 2024 11:00:23 -0500 |
This is an automated email from the git hooks/post-receive script.
pelzflorian pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new bc6840316c system: default-bash-profile: Add Guix Home search paths as
well.
bc6840316c is described below
commit bc6840316c665e5959469e5c857819142cc4a47b
Author: Florian Pelz <pelzflorian@pelzflorian.de>
AuthorDate: Wed Feb 14 12:03:01 2024 +0100
system: default-bash-profile: Add Guix Home search paths as well.
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 @@ if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
# 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)\"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: system: default-bash-profile: Add Guix Home search paths as well.,
guix-commits <=