| 10 Aug 2024 |
vixea | The meta repo | 22:30:17 |
vixea | Its just a straight git clone nothing else other than making the scripts runnable | 22:30:48 |
vixea | And well adding the riscv nix repos | 22:32:27 |
Tristan Ross | What did you add in specifically? | 22:39:57 |
vixea |  Download PXL_20240810_224132963.jpg | 22:41:49 |
Tristan Ross | I can't read that on mobile, could you send text in a code block? | 22:45:42 |
vixea | systems = [
"riscv64-linux"
];
Basically
| 22:50:29 |
vixea | In reply to @rosscomputerguy:matrix.org I can't read that on mobile, could you send text in a code block? You do know you can zoom in | 22:50:48 |
Tristan Ross | Yeah but compression. | 23:03:37 |
Tristan Ross | I don't really understand how you're running into that error. It should work. You'll probably have better luck asking in the NixOS/Nix chat since this error isn't really RISC-V specific. | 23:10:33 |
| 11 Aug 2024 |
LordKekz | vixea the error in your photos seems to be from flake-parts (a library which is used by prism launcher's flake.nix)
Note that the error referred to `inputs` and `inputs'`, the latter is a flake-parts concept AFAIK.
A GitHub search led me to this line: https://github.com/hercules-ci/flake-parts/blob/main/modules%2FperSystem.nix#L105
I don't have much experience with flake-parts tho, but maybe this helps point you in the right direction. Maybe there's just some input that doesn't have a riscv64 attribute in its outputs? | 00:40:54 |
| LordKekz set a profile picture. | 18:06:15 |
| LordKekz changed their profile picture. | 18:06:22 |
| LordKekz changed their display name from Heinrich to LordKekz. | 18:07:11 |
| 13 Aug 2024 |
vixea | In reply to @lordkekz:matrix.org vixea the error in your photos seems to be from flake-parts (a library which is used by prism launcher's flake.nix)
Note that the error referred to `inputs` and `inputs'`, the latter is a flake-parts concept AFAIK.
A GitHub search led me to this line: https://github.com/hercules-ci/flake-parts/blob/main/modules%2FperSystem.nix#L105
I don't have much experience with flake-parts tho, but maybe this helps point you in the right direction. Maybe there's just some input that doesn't have a riscv64 attribute in its outputs? How would I search for ported packages as well the nixpkg website doesn't show that | 18:08:45 |
LordKekz | You can use the nix search command like so:
nix search nixpkgs#legacyPackages.riscv64-linux ^hello$
The command will evaluate nixpkgs's legacyPackages.riscv64-linux output and search for attributes containing the regular expression ^hello$. Packages that aren't available vor RISC-V probably just won't show up.
| 22:58:56 |
LordKekz | * You can use the nix search command like so:
nix search nixpkgs#legacyPackages.riscv64-linux ^hello$
The command will evaluate nixpkgs's legacyPackages.riscv64-linux output and search for attributes containing the regular expression ^hello$. Packages that aren't available vor RISC-V probably just won't show up.
| 22:59:02 |
LordKekz | * You can use the nix search command like so:
nix search nixpkgs#legacyPackages.riscv64-linux ^hello$
The command will evaluate nixpkgs's legacyPackages.riscv64-linux output and search for attributes containing the regular expression ^hello$. Packages that aren't available vor RISC-V probably just won't show up.
| 22:59:13 |
LordKekz | * You can use the nix search command like so:
nix search nixpkgs#legacyPackages.riscv64-linux ^hello$
The command will evaluate nixpkgs's legacyPackages.riscv64-linux output and search for attributes containing the regular expression ^hello$. Packages that aren't available vor RISC-V probably just won't show up.
| 22:59:18 |
LordKekz | * You can use the nix search command like so:
nix search nixpkgs#legacyPackages.riscv64-linux ^hello$
The command will evaluate nixpkgs's legacyPackages.riscv64-linux output and search for attributes containing the regular expression ^hello$. Packages that aren't available vor RISC-V probably just won't show up.
| 22:59:32 |
| 16 Aug 2024 |
dramforever | In reply to @vixea:matrix.org How would I search for ported packages as well the nixpkg website doesn't show that i know this is super late but there's no "risc-v repository" or "ported packages". when you grab something from nixpkgs it tries to get it from any substituters you set up or, if it's not there, it builds it | 05:08:01 |
dramforever | there's no way to know whether the build would work without trying though | 05:08:10 |
dramforever | there's community effort to try and fix the broken ones but there's no formal support of any kind so thing can and do just break randomly | 05:09:43 |
| 22 Aug 2024 |
| nyanbinary 🏳️⚧️ left the room. | 17:24:06 |
| 24 Aug 2024 |
| Humaid joined the room. | 09:12:34 |
| 26 Aug 2024 |
| Moritz Sanft left the room. | 17:50:09 |
| 3 Sep 2024 |
misuzu | Has anyone tried 6.11 kernel on vf2? | 16:12:01 |
Nick Cao | I did, unable to get USB booting to work, but USB works fine after booting from sdcard. | 16:16:19 |
misuzu | I had not issues booting it, but some programs just crash, htop for example. Does it work for you? | 16:17:43 |
Nick Cao | I will double check later. | 16:20:21 |