all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ison <ison@airmail.cc>
To: Tk <tk.code@protonmail.com>
Cc: help-guix@gnu.org
Subject: Re: Package recommended environment variables
Date: Fri, 17 May 2019 18:52:56 -0600	[thread overview]
Message-ID: <20190518005256.s7xs65j3irtorwul@cf0> (raw)
In-Reply-To: <fta23p8VGQm4AeatcWGb6ifmNhNLGkg7zfs-Fs3SYpEDqq2_8lZ1BT-sWrxBwd6STvvFd5YDk6TU8sp0aTdxarJGM8k5nq2nkk-0v9jTorQ=@protonmail.com>

Somebody correct me if I'm wrong, but don't these always get placed into
~/.guix-profile/etc/profile
Right now mine seems almost identical to the output of
guix package --search-paths
with the only difference being that the values in that file are prepended to the
existing ones. Therefore all you should have to do to ensure you always have the
right vars is to just source that file.

I have this in my ~/.profile and as far as I can tell it always gives me any
vars that guix tells me to set

[[ -f /etc/profile ]] && source /etc/profile
[[ -f ${HOME}/.guix-profile/etc/profile ]] && source ${HOME}/.guix-profile/etc/profile

      parent reply	other threads:[~2019-05-18  0:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-16  9:25 Package recommended environment variables Tk
2019-05-16 11:11 ` Amirouche
2019-05-18  3:41   ` Ricardo Wurmus
2019-05-16 11:21 ` Tobias Geerinckx-Rice
2019-05-16 13:13   ` Tk
2019-05-18  3:40     ` Ricardo Wurmus
2019-05-16 13:27   ` Jeff Bauer
2019-05-18  0:52 ` ison [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190518005256.s7xs65j3irtorwul@cf0 \
    --to=ison@airmail.cc \
    --cc=help-guix@gnu.org \
    --cc=tk.code@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.