Planning to package Veloren in Guix

2022-02-12 Thread Tobias Platen
Hello, Today I released my prerecorded talk about Gaming on Guix[1], where I mentioned Veloren. So next I want to package Veloren, which is written in Rust. Tobias [1] https://tube.tchncs.de/w/wNhzvYHdSiiGNx8zFr3n7H

Re: emacs tramp in remote guix

2022-02-12 Thread Maxime Devos
Antonio Carlos Padoan Junior schreef op za 12-02-2022 om 19:04 [+0100]: > Josselin Poiret writes: > > > > > I personally use > > > >   (require 'tramp) > >   (connection-local-set-profile-variables > >    'guix-system > >    '((tramp-remote-path . (tramp-own-remote-path > >   (connection-lo

Re: emacs tramp in remote guix

2022-02-12 Thread Antonio Carlos Padoan Junior
Josselin Poiret writes: > > I personally use > > (require 'tramp) > (connection-local-set-profile-variables >'guix-system >'((tramp-remote-path . (tramp-own-remote-path > (connection-local-set-profiles >'(:application tramp :protocol "sudo" :machine "hostname") >'guix-

Guix Scripts and Unit Testing

2022-02-12 Thread Phil
Hi Guix, I have some Guix scripts which take the form of manifests (--manifest=file), packages (--load=file), or are called using "guix repl". Some of these are complex enough to warrant writing unit tests for using srfi-64. However, I'm having some difficulty trying to work out how to run unit

Re: emacs tramp in remote guix

2022-02-12 Thread Josselin Poiret
Hello everyone, Mikhail Kryshen writes: > Hello, > > Antonio Carlos Padoan Junior writes: > >> Hello everybody, >> >> I'm trying to use emacs tramp to connect to a guix machine but tramp >> complains it can't find an appropriate 'ls' command. >> >> I tried to help tramp setting the following: >