How to set user groups inside guix shell container

2025-04-13 Thread ??
I'm developing a program using libinput within  guix shell container, which requires the user to belong to the 'input' group, but I can't figure out how to modify user groups inside the container.

Re: How to set user groups inside guix shell container

2025-04-13 Thread Rutherther
Hello, "原" <3528943...@qq.com> writes: > I'm developing a program using libinput within  guix shell > container, which requires the user to belong to the 'input' group, but I > can't figure out how to modify user groups inside the container. I am afraid you cannot really do that. The guix sh

Re: Guix System on ThinkPad X260

2025-04-13 Thread Maxim Cournoyer
Hi, riveravaldez writes: > Hi, sorry to bother, I was wondering if I can install and run Guix System > on a ThinkPad X260: > > https://en.wikipedia.org/wiki/ThinkPad_X_series#X260 > https://www.thinkwiki.org/wiki/Category:X260 > > Is there a Guix System LiveUSB version to test it? > Or someone h

Re: Question about build systems and programming language dependencies

2025-04-13 Thread Mark L.
Hi everyone, sorry for taking so long to read your replies, I thought my original mail got lost. I just wanted to briefly thank each of you for the extensive and super helpful replies! `guix import` indeed looks like the solution for now, if that allows to pass a lockfile provided by the lang