| 16 Jan 2024 |
raitobezarius | it's almost full of data-only stuff or stuff that you can build on the build machine and output data for | 03:40:40 |
@samueldr:matrix.org | I don't think the hacking about should cause issues | 03:45:21 |
@samueldr:matrix.org | though taking a peek, looks like it did an x86_64-linux eval | 03:49:34 |
@samueldr:matrix.org | I'll get myself a hydra setup to test, it'll be easier | 03:49:43 |
@samueldr:matrix.org | I have a fast enough to fail all of those builds machine at hand | 03:49:56 |
raitobezarius | no no | 03:52:18 |
raitobezarius | it cross compiled from x86_64-linux to your platform | 03:52:25 |
raitobezarius | because you don't want a native evaluation | 03:52:30 |
raitobezarius | you want a cross evaluation | 03:52:33 |
raitobezarius | so my localSystem is x86_64-linux | 03:52:37 |
@samueldr:matrix.org | plausible | 03:52:41 |
raitobezarius | that's why I had to fiddle with a lot of stuff | 03:52:50 |
raitobezarius | because you don't have a bootstrap on your platform, do you? | 03:52:56 |
raitobezarius | so if I tried a native evaluation, everything would fail | 03:53:00 |
raitobezarius | because you don't even have Nix on your thing | 03:53:04 |
@samueldr:matrix.org | oh right... I looked at attr, not name | 03:53:08 |
raitobezarius | yep | 03:53:12 |
raitobezarius | you can see the outPath | 03:53:18 |
raitobezarius | it contains your target system | 03:53:22 |
@samueldr:matrix.org | yeah, it's my bad | 03:53:33 |
raitobezarius | but Hydra setup will be much better than all those hacks, so I advise you to do it nonetheless | 03:53:37 |