consider setting the necessary environment variables

2024-03-17 Thread Thomas Bennett
Hello Guix community, I have an issue where my root user seems to be unable to have its environment set. As advised, I put the following lines at the end of my shell rc file (as root, using bash) # tail /root/.bashrc [...] GUIX_PROFILE="/root/.config/guix/current" . "$GUIX_PROFILE/etc/profi

Is it normal for `guix pull` to be slow?

2024-03-17 Thread rczb
Installing a package with Guix shows a normal speed, while invoking `guix pull` does not. Is it normal, or due to my own environment? # Networking Education network in Mainland China. Specify `https://mirror.sjtu.edu.cn/git/guix.git` as a mirror for the Git repo. No extra substituter. # Ope

Re: consider setting the necessary environment variables

2024-03-17 Thread Carlo Zancanaro
Hi Thomas, On Sun, Mar 17 2024, Thomas Bennett wrote: > I have an issue where my root user seems to be unable to have its > environment set. That sounds annoying! Hopefully we can figure out what's going wrong for you. 🙂 > # tail /root/.bashrc > [...] > > GUIX_PROFILE="/root/.config/guix/current

Re: Error when trying to run "docker-compose up"

2024-03-17 Thread Ian Eure
Samuel Schmidt writes: Hello, I am facing the same problem, but I have to use docker-compose.  I guess there are no plans to fix this atm? :/ Or did you find any help regarding this problem? Am 17.01.2024 um 21:53, Rodrigo Morales schrieb:Rodrigo Morales writes: Does anyone know wha

Re: Is it normal for `guix pull` to be slow?

2024-03-17 Thread William
On Sun, 17 Mar 2024 23:04:16 +0800 rczb wrote: > Installing a package with Guix shows a normal speed, while invoking > `guix pull` does not. Is it normal, or due to my own environment? > > # Networking > > Education network in Mainland China. Specify > `https://mirror.sjtu.edu.cn/git/guix.git

Re: Is it normal for `guix pull` to be slow?

2024-03-17 Thread rczb
Thanks for explanation. So can I think of *guix pull* as an analogue to *nix flake update* or *nix channel --update*, but with *nix-index* and *​nix-env --upgrade --attr nixpkgs.nix* or *nix profile upgrade nix* in addition? On 18/03/2024 08:03, William wrote: On Sun, 17 Mar 2024 23:04:16 +08