Re: Change PATH for services in s6
Reply #2 –
I know that much.
For example, I've got this service in /etc/s6/sv/nixd/run
#!/usr/bin/execlineb -P
fdmove -c 2 1
exec /nix/var/nix/profiles/default/bin/nix-daemon
I want /nix/var/nix/profiles/default/bin/ in the PATH so that this service and others can be shorter eg.
#!/usr/bin/execlineb -P
fdmove -c 2 1
exec nix-daemon