ekZepp@lemmy.world to linuxmemes@lemmy.worldEnglish · 19 days agoTrue story.lemmy.worldimagemessage-square50linkfedilinkarrow-up1835arrow-down13
arrow-up1832arrow-down1imageTrue story.lemmy.worldekZepp@lemmy.world to linuxmemes@lemmy.worldEnglish · 19 days agomessage-square50linkfedilink
minus-squareUrist@lemmy.mllinkfedilinkEnglisharrow-up34·19 days agoI have had great success running NixOS on my Pi. You can build software on your main computer and remote deploy with SSH :)
minus-squareSeductiveTortoise@piefed.sociallinkfedilinkEnglisharrow-up6·19 days agoDoes the cross compilation work fine? I’ve had some issues in the past building on macOS for x64.
minus-squareSeductiveTortoise@piefed.sociallinkfedilinkEnglisharrow-up1·19 days agoIt’s been a while. I can’t even really remember which language. Now that I think of it, it might have been C#.
minus-squareSeductiveTortoise@piefed.sociallinkfedilinkEnglisharrow-up2·18 days agoCore. I’m a software architect, not a musician 💖
minus-squareUrist@lemmy.mllinkfedilinkEnglisharrow-up2·18 days agoYes. I only have one extra line in my configuration: boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
I have had great success running NixOS on my Pi. You can build software on your main computer and remote deploy with SSH :)
Does the cross compilation work fine? I’ve had some issues in the past building on macOS for x64.
Which compiler?
It’s been a while. I can’t even really remember which language. Now that I think of it, it might have been C#.
Major or minor?
Core. I’m a software architect, not a musician 💖
Yes. I only have one extra line in my configuration:
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];