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: Oleg Pykhalov
Subject: Re: guix home: no target of type 'home-profile' for service 'home-bash'
Date: Tue, 12 Oct 2021 16:09:52 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

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")

Attachment: signature.asc
Description: PGP signature


reply via email to

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