Nix Cross Compiling | 565 Members | |
| 119 Servers |
| Sender | Message | Time |
|---|---|---|
| 4 Dec 2025 | ||
| That would break very badly | 13:24:52 | |
| 14:10:37 | ||
| Hi there, I’m posting here (maybe wrong room, dunno) because I’m having an issue with compiling an aarch64-linux package from a darwin remote builder. To further explain, I've set up the darwin.linux-builder on an M4 Macbook with the goal of being able to build aarch64-linux packages as I don't have any real aarch64-linux machine lying around. After following the steps from the manual, I have an aarch64-linux builder VM running and have updated the Mac Nix conf with the following:
When I try to build the package, after a few seconds I get the following error: I looked around a bit (surely not enough) but the only resources I found were referring to systemd. Since MacOS is using launchd, this is not of any help to my issue, or so I think. It's unclear if the error is from the local host or the remote builder. Does anyone has an idea as to how to fix this? | 14:27:15 | |
Try ssh-ng://builder@linux-builder?store=daemon | 14:44:41 | |
Got not an absolute path: 'daemon'. Is this setting trying to set a different store location than /nix/store? | 14:52:56 | |
| Ugh | 14:53:40 | |
In reply to @k900:0upti.meNot store build remote-store | 14:54:11 | |