Don't Unquote Me

2022-10-13 Thread jgart
Are `unqote`, `quote` and `unquote-splice` functions after they get desugared from their reader macro representation? I just know how they work but never thought to think about this before... paren hugs, jgart

Re: Connection refused to Guix-hosted SSH

2022-10-13 Thread Felix Lechner via
Hi, On Wed, Oct 12, 2022 at 1:33 PM dabb...@gmail.com wrote: > > I can't login with private credentials. Did you set a password interactively? Otherwise you can set an initial password with something like (password (crypt "alice" "$6$abc")) [1] Either way, I would also have a look at the

Re: program prepared with `guix pack` unusable by end users

2022-10-13 Thread (
Heya, On Thu Oct 13, 2022 at 5:20 PM BST, Wojtek Kosior via wrote: > It took me a couple of minutes to understand what you're talking about. > Indeed, instead of copy-pasting the address I clicked > "Reply" on some random email from Guix mailing list and changed the subject. > For years I've

Re: program prepared with `guix pack` unusable by end users

2022-10-13 Thread Wojtek Kosior via
Hi Simon, thanks for your response > Is it related to the message [1] you are answering? > > 1: > > If no, please start a new thread when it is a new topic. :-) It took me a couple of minutes to understand what you're talking

Re: program prepared with `guix pack` unusable by end users

2022-10-13 Thread zimoun
Hi, Is it related to the message [1] you are answering? 1: If no, please start a new thread when it is a new topic. :-) On jeu., 13 oct. 2022 at 09:17, Wojtek Kosior via wrote: > I made the pack by running > >> guix

Re: program prepared with `guix pack` unusable by end users

2022-10-13 Thread Wojtek Kosior via
Thanks for response, Paren > Heya, > > On Thu Oct 13, 2022 at 8:17 AM BST, Wojtek Kosior via wrote: > > > guix environment -L . -e '(@ (hydrilla) hydrilla)' -- python3 -m build -s > > > guix pack -L . -RR \ > > > -S /hydrilla=bin/hydrilla \ > > > -S /hydrilla-builder=bin/hydrilla-builder

Re: program prepared with `guix pack` unusable by end users

2022-10-13 Thread (
Heya, On Thu Oct 13, 2022 at 8:17 AM BST, Wojtek Kosior via wrote: > > guix environment -L . -e '(@ (hydrilla) hydrilla)' -- python3 -m build -s > > guix pack -L . -RR \ > > -S /hydrilla=bin/hydrilla \ > > -S /hydrilla-builder=bin/hydrilla-builder \ > > -S

program prepared with `guix pack` unusable by end users

2022-10-13 Thread Wojtek Kosior via
Hello, I'm developing a program, named Haketilo, in Python. I wanted to make it available to users by the means of a tarball made with `guix pack` (which seems like a marvelous feature, btw!). It worked well on my PC but a user reported an error when running it[1]. The console_scripts entry point

Re: Greetd autologin?

2022-10-13 Thread (
On Thu Oct 13, 2022 at 7:26 AM BST, kiasoc5 wrote: > Is there a way to configure autologin for greetd yet? Not yet, but it should be fairly trivial to add, https://wiki.archlinux.org/title/Greetd#Enabling_autologin -- (

Greetd autologin?

2022-10-13 Thread kiasoc5
Hi Guix, Is there a way to configure autologin for greetd yet?