Re: Possible bug in configuration-system? and an off topic quotation

2021-01-28 Thread Development of GNU Guix and the GNU System distribution.
You're welcome! "Happy Hunger Games! And may the odds be ever in your favor." January 28, 2021 1:26 PM, "Raghav Gururajan" wrote: > Hi Joshua! > >> Here it is! >> http://issues.guix.gnu.org/46130 > > Thanks so much. > > Regards, > RG.

Re: Possible bug in configuration-system?

2021-01-28 Thread Raghav Gururajan
Hi Joshua! Here it is! http://issues.guix.gnu.org/46130 Thanks so much. Regards, RG.

Re: Possible bug in configuration-system?

2021-01-28 Thread Development of GNU Guix and the GNU System distribution.
Ludovic Courtès writes: > jbra...@dismail.de skribis: > >> I volunteer as tribute to send a patch to fix the manual! > > Please do! :-) Here it is! http://issues.guix.gnu.org/46130 Thanks! -- Joshua Branson (joshuaBPMan in #guix) Sent from Emacs and Gnus https://gnucode.me

Re: Possible bug in configuration-system?

2021-01-28 Thread Ludovic Courtès
jbra...@dismail.de skribis: > I volunteer as tribute to send a patch to fix the manual! Please do! :-)

Re: Possible bug in configuration-system?

2021-01-26 Thread jbranso
I volunteer as tribute to send a patch to fix the manual! January 26, 2021 11:31 AM, "Mikhail Tsykalov" wrote: > Hi Raghav, > > Example in the manual is wrong, it should say 'targets' instead of 'target'. > > Regards, > Mikhail. > > On 26.01.2021 20:35, Raghav Gururajan wrote: > >> Hi

Re: Possible bug in configuration-system?

2021-01-26 Thread Raghav Gururajan
Hi Mikhail! Example in the manual is wrong, it should say 'targets' instead of 'target'. Ah! So there is a separate field called 'targets', where `(list` is supposed to be used? Yep! It worked. Thanks a lot. Regards, RG.

Re: Possible bug in configuration-system?

2021-01-26 Thread Mikhail Tsykalov
Hi Raghav, Example in the manual is wrong, it should say 'targets' instead of 'target'. Regards, Mikhail. On 26.01.2021 20:35, Raghav Gururajan wrote: Hi Mikhail! I just noticed the commit https://git.savannah.gnu.org/cgit/guix.git/commit/?id=a9a2fdaabcc78e7a54d9a6bcfa4ee3de308e9a90. Do

Re: Possible bug in configuration-system?

2021-01-26 Thread Raghav Gururajan
Hi Mikhail! Example in the manual is wrong, it should say 'targets' instead of 'target'. Ah! So there is a separate field called 'targets', where `(list` is supposed to be used? Regards, RG.

Re: Possible bug in configuration-system?

2021-01-26 Thread Raghav Gururajan
Hi Mikhail! I just noticed the commit https://git.savannah.gnu.org/cgit/guix.git/commit/?id=a9a2fdaabcc78e7a54d9a6bcfa4ee3de308e9a90. Do you have any clue regarding the following issue? As mentioned in this page of manual (http://guix.gnu.org/manual/en/html_node/Mapped-Devices.html), for

Possible bug in configuration-system?

2021-01-26 Thread Raghav Gururajan
Hello Guix! As mentioned in this page of manual (http://guix.gnu.org/manual/en/html_node/Mapped-Devices.html), for lvm-device-mapping, I did the following in my config.scm: ``` (mapped-devices (list (mapped-device (source (uuid "47bb32fe-da7f-4eb6-a11d-ae07a3a2e6f8"))