mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
chrootenv: add setuid wrappers to path
This commit is contained in:
parent
d6c1150195
commit
ed4219964d
|
@ -56,7 +56,7 @@ let
|
|||
export PS1='${name}-chrootenv:\u@\h:\w\$ '
|
||||
export LOCALE_ARCHIVE='/usr/lib/locale/locale-archive'
|
||||
export LD_LIBRARY_PATH='/run/opengl-driver/lib:/run/opengl-driver-32/lib:/usr/lib:/usr/lib32'
|
||||
export PATH='/usr/bin:/usr/sbin'
|
||||
export PATH='/var/setuid-wrappers:/usr/bin:/usr/sbin'
|
||||
${profile}
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue