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
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
hi everyone!
is there any example of command line application written in common lisp and
packed with guix?
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
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
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
hi everyone! why when i "$ guix pull" i need to connect to ci.guix.gnu.org?