Loading
nixos/nix-ld: replace `variable` with `sessionVariables`
I tried to execute the command over ssh (without login). But got an error about shared libraries. Error reproduction: ```bash ssh <user>@<host> env | grep NIX_LD_LIBRARY_PATH ``` Replacing shell variables with PAM variables solves this problem.