443b81595a
svn path=/nixpkgs/trunk/; revision=386
9 lines
163 B
Bash
9 lines
163 B
Bash
export PATH=/usr/local/bin:/usr/bin:/bin
|
|
export SHELL=/bin/sh
|
|
|
|
. @BASEENV@/setup
|
|
|
|
export NIX_CC=/usr/bin/gcc
|
|
export NIX_CXX=/usr/bin/g++
|
|
export NIX_LD=/usr/bin/ld
|