nix: Fix NixOS sudo wrapper path with explanatory comment

This commit is contained in:
Sridhar Ratnakumar 2025-09-29 17:20:53 -04:00
parent c867d7db63
commit a2304baad8

View file

@ -9,7 +9,7 @@
# Normally, we do this on macOS only. And it is not necessary on NixOS. Yet,
# non-NixOS Linux will need it (when using the official Nix installer).
home.sessionPath = [
"/run/wrappers/bin"
"/run/wrappers/bin" # Workaround NixOS upstream sudo fuckery
"/etc/profiles/per-user/$USER/bin"
"/nix/var/nix/profiles/system/sw/bin"
"$HOME/.nix-profile/bin"