>yeah bro nixpkgs is the biggest repo of all the loonix distributions trust me broWhy I can't fucking cross compile for armv5 then? Should I really use a vm because troons are too busy dilating and can't add a compiler?Its fucking here https://aur.archlinux.org/packages/armv5-eabi-glibc-bleeding-edge-toolchain
>>107808578>complains about trannies>wants to transition to a different architecturepot meet kettle.
>>107808578nixos doesn't support any armv5 computers. what the fuck are you using that uses armv5? i don't think i've had anything older than v7.
>>107809312It's an old qnap shitbox, I'm trying to update uboot (flash already soldered on the ch341a) and install buildroot with mdadm and a lightweight sambaStill hasn't found a solution btw, the clanker is telling me to build the toolchain from buildroot and use that, but I have troubles with ncurses now. Buildroot use the wide char version and nixpkgs gives you the skinny char one
>>107809435Still haven't, it's like 2am in my country sorry
>>107808578dunno about cross compilation, but there exist gcc and glibc for aarch64$ nix-build --no-out-link -E 'with import <nixpkgs> { system = "aarch64-linux"; }; [ gcc glibc ]'
$ nix-build --no-out-link -E 'with import <nixpkgs> { system = "aarch64-linux"; }; [ gcc glibc ]'
>>107810540and armv5tel$ nix-build --no-out-link -E 'with import <nixpkgs> { system = "armv5tel-linux"; }; [ gcc glibc ]'
$ nix-build --no-out-link -E 'with import <nixpkgs> { system = "armv5tel-linux"; }; [ gcc glibc ]'