James Smith via <[email protected]> writes:

> I am using the guix package manager on Debian.
> 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"))

During the build you have no access to anything but the eventual output
directory under /gnu/store.

-- 
Ricardo

Reply via email to