Silencing "user with UID X not found" message

2024-07-04 Thread Taha Aziz Ben Ali
Hello there, I'm running Guix on a foreign distribution (Arch Linux). I've recently migrated to systemd-homed ceding absolute control of my home directory to it in the process. Any way, the premise of systemd-homed is to provide portable, encrypted home directories "independent" of the host system

Re: G-exp '#$... vs. (list $#@...)

2024-07-04 Thread Carlo Zancanaro
Hi Felix! On Wed, Jul 03 2024, Felix Lechner via wrote: > '#$something This expands to a quoted form, so whatever "something" splices in ends up quoted in the output. > (list #$@something) This expands to a (list ...) form, where the elements of "something" end up spliced as the list elements.