programs: make /usr/bin/env available in the sandbox

enables KOReader to run
This commit is contained in:
Colin 2024-01-24 01:48:02 +00:00
parent d0e1241bd1
commit 089f86d5e4

View File

@ -59,6 +59,7 @@ let
"/run/opengl-driver-32" #< XXX: doesn't exist on aarch64?
"/run/user" #< particularly /run/user/$id/wayland-1, pulse, etc.
"/run/secrets/home"
"/usr/bin/env"
# "/dev/dri" #< fix non-fatal "libEGL warning: wayland-egl: could not open /dev/dri/renderD128" (geary)
] ++ sandbox.extraPaths;
}