help-guix
[Top][All Lists]
Advanced

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

Re: Error in config.scm


From: Ludovic Courtès
Subject: Re: Error in config.scm
Date: Thu, 09 Jun 2016 09:58:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Leo Famulari <address@hidden> skribis:

> On Wed, Jun 08, 2016 at 11:18:39PM +0000, Kete Foy wrote:
>> I got this error when trying to initialize the guix system:
>> /mnt/etc/config.scm:8:0: error: source expression failed to match any
>> pattern
>
> Also, I've never tried having two file-system sections, but I bet that
> is causing a problem as well.

  (operating-system (file-systems foo) (file-systems bar))

is equivalent to:

  (operating-system (file-systems bar))

Ideally it should raise an error.

Ludo'.



reply via email to

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