

1·
5 days agoAhh thank you for the explanation. I was asking in the context of the root of the configuration though, especially since nixos usually doesn’t use a linker at runtime anyway. Afaik, this process only happens to dynamically linked files, which nixos hates for some reason (although things like nix-ld and buildFHSenv exist) so most of the time statically linked executables are used instead.
I was curious why someone would have that when they can just use nix-ld or yank it directly from nix’s glibc package or something
Lol I saw the flake.nix and assumed it was a nixos configuration, my bad