From 9010267a57c2017b098fd049b108bf89fa850c0a Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Thu, 6 Oct 2022 22:22:34 +0300 Subject: guix-profile: Use the correct command for sourcing a profile * topics/guix-profiles.gmi: Fix command for updating a profile. --- topics/guix-profiles.gmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/guix-profiles.gmi b/topics/guix-profiles.gmi index cc6daaf..1ca479b 100644 --- a/topics/guix-profiles.gmi +++ b/topics/guix-profiles.gmi @@ -24,7 +24,7 @@ $ guix pull -C channels.scm -p ~/.guix-extra-profiles/genenetwork Activate the newly built profile using ``` $ export GUIX_PROFILE=~/.guix-extra-profiles/genenetwork -$ . $GUIX_PROFILE/.guix-extra-profiles/genenetwork +$ . $GUIX_PROFILE/etc/profile ``` Hack away on any GeneNetwork repository as usual. Now, any development environment you create with `guix shell` will be identical to what others on the team and the continuous integration system are using. This development environment is guaranteed to not break regardless of the latest changes to Guix upstream or other externalities. -- cgit v1.2.3