Re: newbe question

2021-05-11 Thread Adam Kandur via
o, thank you =) May 11, 2021, 18:22 by g...@posteo.net: > Adam Kandur via skribis: > >> hi everyone! >> is there any example of command line application written in common lisp and >> packed with guix? >> > > There is uglify-js or tinmop I think. > If what you want is examples of standalon

Re: newbe question

2021-05-11 Thread Guillaume Le Vaillant
Adam Kandur via skribis: > hi everyone! > is there any example of command line application written in common lisp and > packed with guix? There is uglify-js or tinmop I think. If what you want is examples of standalone Common Lisp programs, you could also look at stumpwm or nyxt. signature.as

newbe question

2021-05-11 Thread Adam Kandur via
hi everyone! is there any example of command line application written in common lisp and packed with guix?

Re: newbe question

2020-06-05 Thread Joshua Branson
You just need to be connected to the internet. Guix will do the rest. guix pull guix pull -u # will update all of your packages in your user profile sudo guix system reconfigure config.scm # will update your system -- Joshua Branson Sent from Emacs and Gnus

Re: newbe question

2020-06-03 Thread Julien Lepiller
Le 3 juin 2020 10:03:34 GMT-04:00, Adam Kandur via a écrit : > >hi everyone! why when i "$ guix pull" i need to connect to >ci.guix.gnu.org? It's the build farm. Guix checks for the availability of substitutes, so you don't have to spend hours building something that was already built. Of cour

Re: newbe question

2020-06-03 Thread Ricardo Wurmus
Adam Kandur via writes: > why when i "$ guix pull" i need to connect to ci.guix.gnu.org? ci.guix.gnu.org provides you with binaries, so that you don’t have to build everything from source. By default Guix will fetch from ci.guix.gnu.org, but you don’t have to download anything from ci.guix.g

newbe question

2020-06-03 Thread Adam Kandur via
hi everyone! why when i "$ guix pull" i need to connect to ci.guix.gnu.org?