mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
6f8e9bc2f6
svn path=/nixpkgs/trunk/; revision=3330
8 lines
166 B
Bash
8 lines
166 B
Bash
export NIX_ENFORCE_PURITY=
|
|
alias make=gmake
|
|
export MAKE=gmake
|
|
shopt -s expand_aliases
|
|
|
|
# Filter out stupid GCC warnings (in gcc-wrapper).
|
|
export NIX_GCC_NEEDS_GREP=1
|