···4343 ];
4444 }
4545 ''
4646- alias make="make -j$NIX_BUILD_CORES HOSTCC=${clang-host}/bin/clang TSC=true"
4646+ make() {
4747+ command make -j$NIX_BUILD_CORES HOSTCC=${clang-host}/bin/clang TSC=true "$@"
4848+ }
47494848- make defconfig
4949- ${if enableDebug then "make debug.config" else ""}
5050+ make defconfig ${if enableDebug then "debug.config" else ""}
50515152 # this is a horrible dirty hack but there's some non-deterministic build failure
5253 for i in $(seq 1 3); do