mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
19 lines
375 B
Bash
19 lines
375 B
Bash
# NOTE: instances of @variable@ are substituted as defined in /mk/templates.mk
|
|
|
|
if ! isTestOnNixOS; then
|
|
export SHELL="@bash@"
|
|
export PATH=@bindir@:$PATH
|
|
fi
|
|
|
|
export coreutils=@coreutils@
|
|
#lsof=@lsof@
|
|
|
|
export dot=@dot@
|
|
export PAGER=cat
|
|
export busybox="@sandbox_shell@"
|
|
|
|
export version=@PACKAGE_VERSION@
|
|
export system=@system@
|
|
|
|
export BUILD_SHARED_LIBS=@BUILD_SHARED_LIBS@
|