Re: cannot pull from local copy of Guix repository

2025-02-25 Thread Felix Lechner via
Hi Adam, On Tue, Feb 25 2025, Adam wrote: > I put this repo locally and guix cannot pull from it. Which sequence of commands did you try, please? Kind regards Felix

cannot pull from local copy of Guix repository

2025-02-25 Thread Adam
Hello Guix, I thought about writing a package definition. For this purpose I usually use my Guix channel but this time I decided to clone the main repository and try to tinker. Long story short ``` Updating channel 'guix' from Git repository at 'file:///home/user/Downloads/guix'... guix pull: error

How to use guix-publish with a restricted guix-daemon?

2025-02-25 Thread Dariqq
Hello, I recently discovered that guix-configuration offers a way to set the permission and owner of the directory containing the daemon socket. My plan was to create a new group "guix" and only allow users of this group to use the daemon. I added this to my services: (simple-service 'guix

Questions about serving substitutes in the local network

2025-02-25 Thread Luis Felipe
Hi, I'm exploring how to serve/consume substitutes in the local network using two machines with Guix System installed on them. So far I see two ways of serving substitutes: 1. Running the publish command from a terminal in the server machine. For example:    sudo guix publish --user=$USER