I am trying to switch the root user from zsh to bash.
The relevant part of my system configuration is:
(users (cons (user-account
(name "guix")
(group "users")
(supplementary-groups '("wheel" "netdev" "audio"))
(home-directory "/home/guix"))
mikadoZero,
(Probably) not a solution to your problem, I'm afraid, but:
mikadoZero wrote:
I did copy the suggested exports that were output when I ran
`guix
package --manifest=manifest.scm` into .zprofile and they were:
Guix does *not* suggest copying these into shell initialisation
files,
mikadoZero writes:
> I did copy the suggested exports that were output when I ran `guix
> package --manifest=manifest.scm` into .zprofile and they were:
I suggest to not do this and to add this snippet instead:
export GUIX_PROFILE="$HOME/.guix-profile"
source $GUIX_PROFILE/etc/profile
Leo Famulari writes:
> On Mon, Mar 18, 2019 at 03:05:05PM -0400, mikadoZero wrote:
>> I get an error when I run `./configure --localstatedir=/var/guix/db` it
>
> It should be '--localstatedir=/var'
Thank you.
I am now using this:
`./configure --localstatedir=/var`
But I am still getting the s
Ricardo Wurmus writes:
> ...
>> ACLOCAL_PATH=/root/.guix-profile/share/aclocal:/run/current-system/profile/share/acl
>> ocal:/gnu/store/kjmqpchkfy8rvv19jvd14q40shm9fk2p-profile/share/aclocal
>
> Why are /root/.guix-profile directories first? Are setting these
> variables in some shell initializa