pkgs/run-with-docker-group: Add common env vars
This commit is contained in:
parent
a85bccdaec
commit
04eb86fe14
@ -11,4 +11,7 @@ exec systemd-run \
|
||||
"--property=SupplementaryGroups=docker" \
|
||||
"--pty" "--same-dir" "--wait" "--collect" "--service-type=exec" \
|
||||
"--quiet" \
|
||||
"--setenv=PATH" \
|
||||
"--setenv=EDITOR" \
|
||||
"--setenv=PAGER" \
|
||||
"$@"
|
||||
|
Loading…
Reference in New Issue
Block a user