From: Efraim Flashner <efraim@flashner.co.il>
To: Gottfried <gottfried@posteo.de>
Cc: help-guix@gnu.org
Subject: Re: sudo guix system reconfigure /etc/config.scm
Date: Sun, 28 Aug 2022 21:29:02 +0300 [thread overview]
Message-ID: <Ywuz7jQjchzFWdY7@3900XT> (raw)
In-Reply-To: <8dfd37f0-c7c1-8c9f-f911-bdf727c56858@posteo.de>
[-- Attachment #1: Type: text/plain, Size: 1133 bytes --]
On Sun, Aug 28, 2022 at 05:43:21PM +0000, Gottfried wrote:
> Hi Guixers,
>
> after changing my config.scm the updating of it shows this message:
>
>
>
> /etc/config.scm:49:6: Fehler: (targets (list "/boot/efi") (keyboard-layout
> keyboard-layout)): invalid field specifier
>
> "Fehler"(in english "mistake")
>
>
> my config.scm:
>
> (bootloader
> (bootloader-configuration
> (bootloader grub-efi-bootloader)
> (targets (list "/boot/efi")
> (keyboard-layout keyboard-layout))))
>
> There is a mistake somewhere?
> But where?
>
> Gottfried
your parentheses are off. Based on what you have there the indentation
should be:
(bootloader
(bootloader-configuration
(bootloader grub-efi-bootloader)
(targets (list "/boot/efi")
(keyboard-layout keyboard-layout))))
I hope that helps you see which parenthesis is in the wrong spot :)
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2022-08-28 18:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-28 17:43 sudo guix system reconfigure /etc/config.scm Gottfried
2022-08-28 18:29 ` Efraim Flashner [this message]
[not found] ` <Ywu1v11KeKqs6E5M@3900XT>
2022-08-29 14:00 ` Gottfried
2022-08-29 14:30 ` Efraim Flashner
2022-08-29 14:36 ` Gottfried
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Ywuz7jQjchzFWdY7@3900XT \
--to=efraim@flashner.co.il \
--cc=gottfried@posteo.de \
--cc=help-guix@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).