Nix is not complicated:
#nix #nixos #memestr
#nix #nixos #memestr
#nix #nixos #memestr
#memestr
The image above shows that the host OS libc implementation is musl, the OpenGL driver is llvmpipe, and the libc implementation being used by the Gossip executable (which is running in a container) is glibc.
#nix #gossip #fat-appimage #xxl-appimage
How does it work? The AppImage is build with Nix, which is interesting enough. But there's more. The AppRun executable in the AppImage creates a Linux container so that the embedded Nix store can be mounted at /nix. The details are at the repo: