| 26 Nov 2024 |
Alyssa Ross | It's https://github.com/rust-lang/rust/issues/109717 | 21:49:14 |
Alyssa Ross | Same thing happens cross compiling from x86_64. Just wanted to make sure it happened building from RISC-V too. | 21:49:35 |
Alyssa Ross | Thanks Steven Keuchel!
| 21:49:39 |
Tristan Ross | In reply to @qyliss:fairydust.space Same thing happens cross compiling from x86_64. Just wanted to make sure it happened building from RISC-V too. Oh gotcha, does it fail on aarch64 too? | 21:50:59 |
Alyssa Ross | As build? I think so. But it only fails when building for riscv64 | 21:51:23 |
Alyssa Ross | pkgsCross.virtiofsd builds fine on aarch64 and x86_64 | 21:51:36 |
Tristan Ross | Ah, interesting | 21:52:18 |
| 27 Nov 2024 |
| @jellyterra:matrix.org joined the room. | 07:55:24 |
| jopejoe1 (4094@39c3) changed their display name from jopejoe1 to jopejoe1 [4094]. | 18:17:43 |
| @thedragon44:matrix.org left the room. | 23:33:24 |
| 4 Dec 2024 |
| kagurachan joined the room. | 09:45:57 |
| 5 Dec 2024 |
@jellyterra:matrix.org | Hi! Has anyone tried porting NixOS to Spacemit X60/K1/M1 (they are almost same)? | 17:23:17 |
@jellyterra:matrix.org | Teach me how to port if not. (x | 17:23:53 |
@jellyterra:matrix.org | I have one BananaPi F3 board. | 17:24:53 |
Alex | In reply to @jellyterra:matrix.org Teach me how to port if not. (x I recommend figuring out the board's UART interface if you haven't already. It's essential for debugging boot, network, or display problems. - Boot the vendor's OS, to check that your board works.
- Figure out how the board boots, either from vendor documentation or from reverse engineering the vendor OS.
- Replicate that boot configuration using NixOS options.
- Do the same for the kernel configuration.
Good luck! | 18:27:15 |
@jellyterra:matrix.org | Sounds difficult. Give it a try! | 18:29:03 |
| 8 Dec 2024 |
| @snaki:kescher.at changed their profile picture. | 20:51:03 |
| 11 Dec 2024 |
| marijan changed their profile picture. | 14:20:22 |
| doge.2 joined the room. | 21:44:48 |
| 12 Dec 2024 |
doge.2 | hi, i've been trying to get binary caches working all day on my visionfive 2 board but have had zero success, it still wants to build all the derivations. is there something obvious i'm missing or is this normal behavior for the risc-v release of nixos? | 01:08:01 |
doge.2 | Download configuration.nix | 01:09:58 |
doge.2 | Redacted or Malformed Event | 01:09:58 |
doge.2 | Download flake.nix | 01:10:17 |
doge.2 | i uploaded my configuration and flake if it helps | 01:10:28 |
Pratham Patel (you can mention me) | There is no first party binary cache at the moment | 01:12:03 |
doge.2 | is everything in my configuration and flake correct however? | 01:44:12 |
Pratham Patel (you can mention me) | Can you share a GitHub/GitLab link? My phone says .nix files are binary lol | 03:49:51 |
Pratham Patel (you can mention me) | You might want to replace the lib.mkForce with a lib.mkBefore under nix.settings in your configuration.nix. | 06:12:54 |
Pratham Patel (you can mention me) | Also, you're using the wrong nixpkgs url | 06:13:47 |
Pratham Patel (you can mention me) | the cache can only be used if you point your nixpkgs to either misuzu's nixpkgs fork for riscv or Nick Cao's fork of nixkpgs for riscv | 06:14:18 |