···3030 exec just _nix build .#{{ pkg }}
3131 fi
32323333+ mkdir -p overrides/{{ pkg }}/outputs
3434+3335 redirects=()
3436 for package in $(ls overrides); do
3537 for output in $(ls overrides/$package/outputs); do
+1-1
packages/linux/package.nix
···5252 command make -j$NIX_BUILD_CORES HOSTCC=${clang-host}/bin/clang TSC=true "$@"
5353 }
54545555- make defconfig ${lib.optionalString config.debug "debug.config"}
5555+ test -f .config || make defconfig ${lib.optionalString config.debug "debug.config"}
56565757 # this is a horrible dirty hack but there's some non-deterministic build failure
5858 for i in $(seq 1 3); do