| 10 Aug 2024 |
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 |