Email or username:

Password:

Forgot your password?
Andrew Tropin

I'm preparing a dev environment for my modern lisps course for lalambda summer school and it's actually a pleasure. I constructed it in 30 lines of code and students only need to have guix installed, that's it.

#rde #guix #guile

6 comments
Arne Babenhauserheide

@abcdw That’s nice! Do you happen to have a VM with Guix handy for them, so they don’t even have to install Guix?

Does it work with Guix as an overlay instead of Guix as system?

Andrew Tropin

@ArneBab It works with just guix (only cli and build daemon, not Guix System), so you can use on almost any foreign distro.

Go Up