Re: Setting up on NixOS

2024-03-25 Thread Marc Coquand
Hey everyone, After enabling the Guix service in /etc/nixos/configuration.nix. Now running `guix pull`, it seems to chug along and work. Thanks for the help! Sincerely, Marc Daniel Littlewood writes: > Hi, just pitching in to say: I did exactly this (enable guix from > NixOS) and can confir

Re: Setting up on NixOS

2024-03-25 Thread Daniel Littlewood
Hi, just pitching in to say: I did exactly this (enable guix from NixOS) and can confirm it appears to work. However, it's only on the latest stable channel (23.11). If you're on an old channel, you'll need to upgrade. You can find instructions for how to do so in the NixOS docs, or here: https://

Re: Setting up on NixOS

2024-03-25 Thread pukkamustard
Hi! I think the problems you are encountering must have something to do with build-users not being setup properly. But maybe a easier way of getting Guix on NixOS is to just enable it! Afaik putting ``` services.guix.enable = true ``` in your NixOS system configuration is all you need (see h