diff options
Diffstat (limited to 'topics/guix-profiles.gmi')
-rw-r--r-- | topics/guix-profiles.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
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. |