Skip to main content

Questions tagged [guix]

For questions about GNU Guix, a package manager for the GNU System. It is based on the Nix package manager with Guile Scheme APIs and specializes in providing exclusively free software.

0 votes
0 answers
39 views

I am confused about how to utilize Guix on my Debian machine. Should I run sudo guix install <package> or simply guix install <package>? If the package is more of a system package (i.e. a ...
newunix's user avatar
  • 339
0 votes
0 answers
89 views

I want to try out Elixir so I set out to install it using Guix. My first attempt to install an isolated environment was to use guix shell --network --container elixir but unfortunately the elixir ...
Rovanion's user avatar
  • 1,121
0 votes
0 answers
215 views

I followed the advice from Guix: How to set one (file-system) as a dependency of another? Or mount one device before device mapping?, but it's halfway working for me. In my case, I still have to type ...
agshe's user avatar
  • 1
0 votes
0 answers
155 views

I'm trying to build wine-staging from a custom Guix package definition (wine-10.scm) that I've created, based on the official Guix package definitions for Wine. My goal is to build a newer version of ...
Rainb's user avatar
  • 123
1 vote
1 answer
293 views

Say I have a LUKS partition which encrypts the root file system and whose key resides in another file system. (mapped-devices (list (mapped-device (type (luks-device-mapping-with-options #:...
Daniel's user avatar
  • 713
0 votes
1 answer
219 views

After installing font-terminus on my Guix System the font appears in the output of fc-list ... /home/rovanion/.guix-profile/share/fonts/terminus/ter-x12n.pcf.gz: Terminus:style=Regular ... /run/...
Rovanion's user avatar
  • 1,121
0 votes
1 answer
236 views

I'm trying to use kexec on Guix, which I think should be kexec -l /run/current-system/kernel/bzImage --append="$(cat /proc/cmdline)" --initrd=/run/current-system/initrd kexec -e However, ...
BlackShift's user avatar
0 votes
1 answer
971 views

guix shell allows users to create a shell and control what resources are available. How can I use the guix.scm file to specify an environment variable in this shell environment? In this specific ...
Daniel's user avatar
  • 713
1 vote
1 answer
469 views

I am a first time guix user and need assistance doing this basic thing. I did guix pull and guix install openssh but the sshd command is not there. After typing guix pull and guix install openssh, I ...
Rainb's user avatar
  • 123
1 vote
1 answer
177 views

By default, what will happen if I try to install a package with GUIX and it's not bit-for-bit reproducible? I'm very concerned about the state of package managers in 2024 (and the risks of supply ...
Michael Altfield's user avatar
0 votes
0 answers
62 views

I am currently trying to get the session lock running on my DELL XPS 15. Everytime I suspend the system it fails and there is an error message telling me that all session lock tools failed. When ...
SourBitter's user avatar
0 votes
1 answer
135 views

I want to run a shell command once at a specific time in the future on Guix. My idea was to use the at command, but that seems to not be available on Guix. The imperative nature of my desire goes ...
BlackShift's user avatar
3 votes
2 answers
972 views

The official Guix documentation describes The Perfect Setup for hacking on Guix. I have followed this description and set up everything like described, but still Geiser does not work fully. I thought ...
lrustand's user avatar
-1 votes
1 answer
339 views

I am looking for a lightweight Linux distribution for development purposes on older hardware and considering GNU Guix (yes, I like lisp, functional programming, and reproducibility :D). My ...
Pedro Delfino's user avatar
1 vote
1 answer
1k views

I installed Guix from the Debian main repository (sudo apt-get install guix). I want to uninstall it, so I ran sudo apt-get purge guix and sudo apt-get autoremove. However, it seems that Guix is still ...
Flux's user avatar
  • 3,318

15 30 50 per page