NixOS RISC-V | 236 Members | |
| NixOS on RISC-V https://wiki.nixos.org/wiki/RISC-V https://pad.lassul.us/NixOS-riscv64-linux | 70 Servers |
| Sender | Message | Time |
|---|---|---|
| 29 Sep 2023 | ||
| 18:49:59 | ||
| Btw. Ryan Yin will you fix https://github.com/ryan4yin/nixos-licheepi4a/issues/13 ? I tried but i dunno how to implement it | 19:19:47 | |
In reply to @mwkbarnjbblghgo4gudng:karp.lolYeah, I'll fix it when I have time. | 22:36:10 | |
| oke | 23:07:13 | |
| 30 Sep 2023 | ||
| 20:58:45 | ||
| 2 Oct 2023 | ||
| 04:49:41 | ||
| 3 Oct 2023 | ||
| 09:49:28 | ||
| 15:46:55 | ||
| 21:05:01 | ||
| 4 Oct 2023 | ||
| 22:20:48 | ||
| 5 Oct 2023 | ||
| 13:03:13 | ||
| 15:46:21 | ||
| 6 Oct 2023 | ||
| 16:30:04 | ||
| 8 Oct 2023 | ||
| 16:49:50 | ||
| 10 Oct 2023 | ||
| 06:02:39 | ||
| 12 Oct 2023 | ||
| 00:13:18 | ||
| 00:14:48 | ||
| 10:10:34 | ||
| 13 Oct 2023 | ||
| 08:00:15 | ||
| 15 Oct 2023 | ||
| 07:24:13 | ||
| 18 Oct 2023 | ||
| 10:00:54 | ||
| 21 Oct 2023 | ||
| https://community.milkv.io/t/introducing-the-milk-v-oasis-with-sg2380-a-revolutionary-risc-v-desktop-experience/780 H extension => NixOS tests! | 07:37:19 | |
| I only see a 100 INR (~1.20 USD) price, obviously because it is a pre-order coupon code. But I don't wanna commit unless I know the final price. Anybody know this? | 07:58:44 | |
| Ah nevermind, the price is 120 USD. | 08:12:14 | |
| 22 Oct 2023 | ||
| If anyone has the time, llvm 17 is missing libatomic https://github.com/NixOS/nixpkgs/pull/258614#issuecomment-1773235978 | 09:43:01 | |
| > to avoid bootstrapping Does anybody have a RISC-V binary cache somewhere? I'm not even able to get cachix compiled. AFAICT GHC can't be bootstrapped on riscv64 and cross compiling doesn't work either (due to Template Haskell stuff not being able to be cross compiled). Only idea that I have currently is to copy the store paths over to other machines on which cachix is available. | 15:28:19 | |
In reply to @twz123:matrix.org GHC can be bootstrapped, but it's not yet in Nixpkgs haskell-updates. As for existing binary caches, there are a few, e.g. https://github.com/misuzu/nixos-vf2/blob/master/flake.nix#L3 | 15:32:45 | |
| Be warned that TH is completely broken on RISC-V in general because GHC has to be built unregistered (see https://gitlab.haskell.org/ghc/ghc/-/issues/23957), and Nixpkgs doesn't have anything in place to make TH work in cross/unregisterised scenarios. Most Haskell packages can still be built by disabling test suites (when they depend on TH) and overriding Cabal files (when the package uses a multithreaded-only RTS flag). | 15:35:53 | |
| * Be warned that TH is completely broken on RISC-V in general because GHC has to be built unregisterised (see https://gitlab.haskell.org/ghc/ghc/-/issues/23957), and Nixpkgs doesn't have anything in place to make TH work in cross/unregisterised scenarios. Most Haskell packages can still be built by disabling test suites (when they depend on TH) and overriding Cabal files (when the package uses a multithreaded-only RTS flag). | 15:36:05 | |
In reply to @alex:tunstall.xyzThanks. You mean that when trying out the aforementioned PR, I might be able to get GHC compiled? Will try that out. I don't have any idea about Haskell whatsoever, so I'd probably not be able to override anything in the Cabal files. (I can override stuff with doCheck=false though and see if that gets me anywhere 😄). I'll check out cache.ztier.in. It'd already help if only stdenv would be in there. Bootstrapping gcc is no fun 😵💫. Do you know who maintains that cache? | 15:49:37 | |