Hello Alexander.
On Fri, Nov 12, 2021 at 07:21:38PM +0100, Alexander Asteroth wrote:
> I'm not using a predifined layout from /usr/share/X11/xkb/symbols but
> some self-defined variant based on us. This means I have to edit a file
> under /usr/share but that was the way it was done since I work wi
Hi Guix,
I got a question how to setup logging for daemons that are controlled by
shepherd that guix home creates. First some background info.
I have been slowly migrating my dotfiles from a GNU stow setup to guix
home. I'm currently using guix on a foreign distro that uses systemd.
Where systemd
Petr,
phodina 写道:
Here's the modification:
(define (config->string options)
(string-join (map (match-lambda
((option . 'm)
(string-append option "=m"))
((option . #t)
(string-append option "=y"))
Hi Florian,
On Fri, Nov 12 2021, 17:48:36, "pelzflorian (Florian Pelz)"
wrote:
> Hello Alexander. I’m glad booting works.
>
> On Fri, Nov 12, 2021 at 04:16:17PM +0100, Alexander Asteroth wrote:
>> I created a second EFI partition for
>> the guix grub (to be sure it doesn't make my Debian insta
Hello Alexander. I’m glad booting works.
On Fri, Nov 12, 2021 at 04:16:17PM +0100, Alexander Asteroth wrote:
> I created a second EFI partition for
> the guix grub (to be sure it doesn't make my Debian installation
> unbootable)
Debian and Guix can share an EFI system partition, otherwise I’m no
Dear Florian (and André),
I found the cause. It was my fault I created a second EFI partition for
the guix grub (to be sure it doesn't make my Debian installation
unbootable) and mounted the EFI partition on /mnt/boot (instead of
/mnt/boot/efi) This way the EFI directory was not top level an more
Hi Blake,
Blake Shaw writes:
> while it appears to look like other package definitions, I can't seem
> to figure out what the issue is. I tried disabling lispy-mode, a
> paredit like emacs mode, re-tabulating and linting again, but it
> produce the same result.
As Julien notes, you have tabs at t
Hi, it looks like the linter is correct: there is a tab at the beginning of the
lines 31, 32 and following. We don't use tabs for identation, please replace
them with spaces as suggested by the linter :)
Le 12 novembre 2021 02:02:17 GMT-05:00, Blake Shaw
a écrit :
>
>hiya guix,
>
>I have a set
hiya guix,
I have a set of packages ready to send upstream, but I can't seem to
to get them to pass tabulation tests in the linter. as an example, I
here is the package notcurses which builds and installs fine, yet while
I wrote it using `guix-devel-mode` in emacs and its thus indented
according