Ryan Yin
Ryan Yin
@colemickens I just made the first NixOS image that can run on Lichee Pi 4A: https://github.com/ryan4yin/nixos-licheepi4a There are still a lot of works to do though(:
Well, I tried to adapt the orangepi 5 plus about a few months ago. I mainly adapted based on the work of armbian, but when I encountered some problems at...
@IvanMalison Only CPU, RJ45 networking, USB & HDMI confirmed. GPU is supported by [aciceri/rock5b-nixos](https://github.com/aciceri/rock5b-nixos), but I haven't tested it, I haven't tried NPU and GPIO either.
Thank you very much for your review. I have just fixed some of the problems and updated them on this issue, and I will continue this work later in my...
> I wanted to first go through the book, to have a full overview (there are different things that you note during the first reading, or after completion - this...
FYI: I have just fixed a lot of markup issues & typos via spellchecker & code formatter: #122 #123 #124 #125
> I would also suggest formatting the files on 80-100 columns. Done, Everything seems to be fine after the change. #126
> you probably meant "choose" not "chose" @thngz Fixed by https://github.com/ryan4yin/nixos-and-flakes-book/commit/dae7350debaa5baf48fcebc0d621ed93d1e3672a
+1 成功复现...
有可能是 unstable 的 clang 有不兼容变更,然后我 darwin 用的是 nixpkgs-23.11-darwin 不是 unstable 从而导致问题。 但 unstable + darwin 坏掉的东西太多了,只能先注释掉,然后等 24.05 发布后再试试了