I don't use guix on a foreign distro, so maybe I don't remember properly, but I
think your profile is automatically sourced from /etc/profile.d or similar.
Le 30 décembre 2022 18:12:32 GMT+01:00, Tirifto a écrit :
>Hello! I have a small problem that’s a bit odd, perhaps. I have some
>environmen
Hello,
When emulating a FHS I observe that env vars are not preserved. Example
this command will not preserve $PATH:
guix shell --container --emulate-fhs --preserve='^PATH$'
When creating a container *without* emulating a FHS, env vars are available,
example:
guix shell --container --preserv
Hello! I have a small problem that’s a bit odd, perhaps. I have some
environment variables defined to include Guix-related paths, but I have no
idea where they’re being defined.
I was sourcing the ‘~/.guix-profile/etc/profile’ file from my ‘~/.profile’,
but after I commented that part of my ‘~/
Any help to fix this issue is gretly appreciated.
So I have never managed to get icons to work in my guix system. Not even with a
basic reconfigure with desktop.tmpl and I think now that this is because I have
broken my system somehow.
Now I have detected that I can't launch emacs-xwidgets it t
Hi,
I am trying to use guix to install packages that debian does not
offer. However, in most cases (python modules) the package can't be
installed directly using guix as the package file is missing. What is the
correct way to proceed for e.g. a pypi module? I am currently creating a
package file m