mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-25 15:26:17 +02:00
18 lines
375 B
Bash
18 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@
|