Variable: initial-environment
initial-environment is a variable defined in callproc.c.
Value
("HOSTNAME=148b62b90b74" "HOME=/root"
"ELISP_DOC_CACHE_DIR=/workspace/cache/" "EMACSSRC=/workspace/src/"
"ELISP_DOC_OUTPUT_DIR=/workspace/output/" "container=podman"
"PATH=/nix/store/emacs/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin")
Documentation
List of environment variables inherited from the parent process.
Each element should be a string of the form ENVVARNAME=VALUE.
The elements must normally be decoded (using locale-coding-system) for use.
Probably introduced at or before Emacs version 23.1.
Source Code
// Defined in /usr/src/emacs/src/callproc.c
DEFVAR_LISP ("initial-environment", Vinitial_environment,
doc: /* List of environment variables inherited from the parent process.
Each element should be a string of the form ENVVARNAME=VALUE.
The elements must normally be decoded (using `locale-coding-system') for use. */);