Hello,
Is it possible to set specific directories for each type of guix file? I want to do something like the following:
~/.guix-profile/etc -> ~/.local/etc
~/.guix-profile/lib -> ~/.local/lib
~/.guix-profile/libexec -> ~/.local/lib/libexec
~/.guix-profile/include -> ~/.local/usr/include
~/.guix-profile/share -> ~/.local/share
~/.guix-profile/bin -> ~/.local/bin
Also, is there a configure option to build guix with the services system? (i.e. things like configuring daemon systems, bootloader, etc)
This is an extra question I thought I'd throw in. I need to cross compile some packages from host to a target system. How can does this work? I know about --target
, but how do I pass the target directory to use as root?