2.26.2-1 does not correctly add ~/.nix-profile to $PATH
Description:
The 2.26.2-1
build of nix does not correctly install its profile.d scripts into /etc/profile.d
, leading to ~/.nix-profile
not being automatically added to $PATH
for users.
Additional info:
- package version(s):
2.26.2-1
Steps to reproduce:
- Update from
2.24.11-11
->2.26.2-1
- Reboot/Log Out to start a new shell
- Observe
~/.nix-profile
not being on$PATH
and nix-managed programs are unavailable