mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +00:00
2e12b58126
Progress on #10795
16 lines
342 B
Bash
16 lines
342 B
Bash
# NOTE: instances of @variable@ are substituted as defined in /mk/templates.mk
|
|
|
|
export PATH=@bindir@:$PATH
|
|
export coreutils=@coreutils@
|
|
#lsof=@lsof@
|
|
|
|
export dot=@dot@
|
|
export SHELL="@bash@"
|
|
export PAGER=cat
|
|
export busybox="@sandbox_shell@"
|
|
|
|
export version=@PACKAGE_VERSION@
|
|
export system=@system@
|
|
|
|
export BUILD_SHARED_LIBS=@BUILD_SHARED_LIBS@
|