mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
2e12b58126
Progress on #10795
15 lines
342 B
Bash
15 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@
|