I installed the nix package on pretty much a clean install of Arch Linux ARM on aarch64. The package installs fine, but when I start the nix-daemon service, it crashes with the following message:
nix-daemon: error while loading shared libraries: libboost_context.so.1.78.0: cannot open shared object file: No such file or directory
This library is provided by boost-libs which is currently at version 1.81. I tried downgrading to 1.78.0. Then nix-daemon doesn't complain about boost, but about missing libcrypto.so.1.1 instead.
I think the nix package needs to be rebuilt to link against current versions of the libraries.