use getExe everywhere
This commit is contained in:
parent
876a4f09b8
commit
a090dbe73e
7 changed files with 12 additions and 12 deletions
|
|
@ -76,7 +76,7 @@ let
|
|||
hdr=${lib.escapeShellArg headerFile}
|
||||
if [ -r "$hdr" ]; then
|
||||
${exports} export OTEL_EXPORTER_OTLP_HEADERS="$(cat "$hdr")"
|
||||
export OTEL_RESOURCE_ATTRIBUTES=${lib.escapeShellArg resourceAttributes}",host.name=$(${pkgs.coreutils}/bin/uname -n)"
|
||||
export OTEL_RESOURCE_ATTRIBUTES=${lib.escapeShellArg resourceAttributes}",host.name=$(${lib.getExe' pkgs.coreutils "uname"} -n)"
|
||||
fi
|
||||
|
||||
exec ${claude-code}/bin/claude "$@"
|
||||
|
|
|
|||
Loading…
Reference in a new issue