help-guix
[Top][All Lists]
Advanced

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

Re: Is mkdir-p a directory outside of /gnu/store.... possible?


From: Thiago Jung Bauermann
Subject: Re: Is mkdir-p a directory outside of /gnu/store.... possible?
Date: Thu, 17 Feb 2022 22:17:02 -0300

Hello James,

James Smith via <help-guix@gnu.org> writes:

> I guix package --install-from-file-myapp.scm and during the install process I
> would like to
>
> (mkdir-p "$HOME/.config/myapp") and then
> (system* (cp "/gnu/store/.../myapp/config.txt" "$HOME/.config/myapp"))

Setting up a package’s configuration files in “$HOME/.config” is one of
the main purposes of Guix Home, so I suggest investigate creating a new
Guix Home service for your package.

-- 
Thanks
Thiago



reply via email to

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