6 lines
103 B
Bash
6 lines
103 B
Bash
|
export SHELL=/bin/sh
|
||
|
|
||
|
export NIX_CC=/usr/bin/gcc
|
||
|
export NIX_CXX=/usr/bin/g++
|
||
|
export NIX_LD=/usr/bin/ld
|