Re: Guix home reconfigure fails with "In procedure symlink: permission denied"

2024-06-05 Thread Tanguy LE CARROUR
Hi Simon, Quoting Simon Tournier (2024-06-04 21:24:10) > On Tue, 21 May 2024 at 11:38, Tanguy LE CARROUR wrote: > > >2 (primitive-load "/gnu/store/fvly06ac6y0c01r8zavc2m1zfk6?") > [...] > >0 (symlink "/gnu/store/676qwqy15al2zi7a5s4kb1lwjr6yxqpf-?" ?) > [...] > > # But fil

Re: Come speak at the Guix Social meetup

2024-06-05 Thread Artyom V. Poptsov
Hello! I can give an online talk about Guile-SSH[1] as it is used by GNU Guix, if you're interested. Although I have never done any talks in English, I think it'll be an interesting experience. References: 1. https://github.com/artyom-poptsov/guile-ssh -- Artyom "avp" Poptsov Home page: https

Auto-populate TexLive

2024-06-05 Thread outlook user
A CoPilot generated script to auto-populate needed packages to compile a LuaLaTeX file without getting all the packages ```bash #!/bin/bash # Initialize an empty string for packages packages="" # Loop until no missing .sty files are found while true; do # Attempt to compile the LuaLaTeX doc

Re: Guix home reconfigure fails with "In procedure symlink: permission denied"

2024-06-05 Thread Simon Tournier
Hi Tanguy, On Tue, 21 May 2024 at 11:38, Tanguy LE CARROUR wrote: >2 (primitive-load "/gnu/store/fvly06ac6y0c01r8zavc2m1zfk6?") [...] >0 (symlink "/gnu/store/676qwqy15al2zi7a5s4kb1lwjr6yxqpf-?" ?) [...] > # But files with longer names exist! Could the problem be the `

Re: authenticating git checkouts

2024-06-05 Thread Simon Tournier
Hi, Thanks for this report. Sorry for the late reply. On Thu, 09 May 2024 at 11:28, Simon Josefsson via wrote: > x) The 'name' field in .guix-authenticate doesn't seem to be necessary > at all? Maybe not even suggest including it. You mean the file ’.guix-authorizations’, right? Well, I th

Re: guix system vm, QEMU, virtfs, and the security_model option

2024-06-05 Thread Fabio Natali
On 2024-06-02, 09:55 +0300, Efraim Flashner wrote: > It looks like it was set in April 2014, so it may be time to revisit > it and see if changing the security_model works. Hey Efraim, thanks for getting back to me. Ok, got it, I'll see if I have time to put together a patch, I'd expect the chang

Re: Building a Docker image for GitLab-CI

2024-06-05 Thread Andreas Enge
Hello, Am Tue, Jun 04, 2024 at 01:29:22PM +0200 schrieb Ludovic Courtès: > My goal would be to be able to use Guix within the image, so I can have > GitLab-CI spawn ‘guix build’ commands (or similar). with a colleague we have set up such a system. He has started from a Debian image and written a