Table of Contents
_
1. The context
2. The question
3. Additional information
1 The context
=
I've been using Guix for around 1 month. I'd previously used Arch
Linux. In Arch Linux, I mapped Caps Lock to Ctrl by inserting the
following statement in my ~/.xinitrc
Hello Guix!
Wanting to use bluetooth devices, especially audio speakers, I have tried to
inser in my /etc/config.scm some relevant gnu packages, modules, services...
But I can't make it work
My config:
--8<---cut here---start->8---
(use-modules (gnu) (gnu servi
Hi Ludo,
On Thu, Mar 16, 2023 at 11:55 AM Ludovic Courtès wrote:
>
> Hello,
>
> "Thompson, David" skribis:
>
> > Here's the context: Someone wants to build guile-goblins from a Git
> > checkout using their non-Guix, FHS distro. However, they happen to
> > have Guile 3 installed to /usr via the h
Hello,
"Thompson, David" skribis:
> Here's the context: Someone wants to build guile-goblins from a Git
> checkout using their non-Guix, FHS distro. However, they happen to
> have Guile 3 installed to /usr via the host distro's package manager.
I was going to suggest running ‘guix shell --check
Hi Zack,
"Zack Weinberg" skribis:
> I'm doing experiments with using `guix shell --container` for isolated,
> reproducible build environments. I've noticed that no matter how I set up
> the container, `/bin/sh` points to a full-fat bash, even if the full bash
> package was not included in th
Hey everyone,
At Spritely we've run into a situation where 'guix shell' doesn't
"just work" for setting up a development environment and we're
wondering about the best way to fix it. We're experiencing this issue
with our guile-goblins project currently, but this appears to be a
more general prob