Email or username:

Password:

Forgot your password?
8 posts total
Fd9a :emacs: :guix:

Great day for cycling, -15 degrees, sunny, forest

Fd9a :emacs: :guix:

Finally built a Guix image for visionfive2. 1 Gbit eth0 doesn't work yet and only half of the memory is detected, but it's already possible to write it to a flash drive and get a working system. git.sr.ht/~akagi/vf2-guix paste.sr.ht/~akagi/a403360c278 git.sr.ht/~akagi/guix/. #guix #visionfive2 #riscv

Fd9a :emacs: :guix:

Two weeks of continuous cross compilation on an Intel i5-8250U and now
guix-daemon runs on VisionFive2. I spent the first week making an image, but
then I gave up and decided to try:

guix pack --system=riscv64-linux -f deb guix,

which also took a little over a week.

#guix #visionfive2

Fd9a :emacs: :guix:

Emacs built with support for tree-sitter. To use it, you must set
treesit-extra-load-path.

(setq treesit-extra-load-path '("~/.guix-home/profile/lib")) or
(setq treesit-extra-load-path '("~/.guix-profile/lib"))

It depends on how you install it.

git.sr.ht/~akagi/rrr/tree/mast

#emacs #guix

Tareef | طريف

@fd9a its documentation says that tree-sitter will look eventually in the system default locations for dynamic libraries, is not this enough?

Go Up