help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guix home: no target of type 'home-profile' for service 'home-bash'


From: Dustin Lyons
Subject: Re: guix home: no target of type 'home-profile' for service 'home-bash'
Date: Tue, 12 Oct 2021 15:45:40 -0400

Thank you, everyone, this pointed me in the right direction.

On Tue, Oct 12, 2021 at 10:41 AM Zach Oglesby <zach@ghostcorp.net> wrote:

>
> Oleg Pykhalov <go.wigust@gmail.com> writes:
>
> > Hello,
> >
> > Dustin Lyons <me@dustinlyons.co> writes:
> >
> >> I had a working guix home configuration, happily importing all of my
> >> dotfiles into the guix store, but a most recent guix pull broke it. […]
> >
> > home-bash-configuration and other service configurations accept only
> > file-like objects (no strings), so to make it work you could use:
> >
> > (plain-file "bashrc" "# configuration string
> > # another configuration string")
>
> You also need to change (guix home-service) and (guix home-service
> shells) to (guix home service) and (guix home service shells)
>
> That was change in
> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=0e8d2df0f1a4ab25c482e1c427c54e19903e62f3
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]