This commit is contained in:
Eelco Dolstra 2020-10-26 17:59:32 +01:00
parent 9d5e9ef0da
commit 1e66d146a3

View file

@ -271,5 +271,5 @@ rm $cacheDir/$(hashpart $docPath).narinfo
nix-store --delete $outPath $docPath
# -vvv is the level that logs during the loop
timeout 60 nix-build -E "$expr" --option substituters "file://$cacheDir" \
timeout 60 nix-build --no-out-link -E "$expr" --option substituters "file://$cacheDir" \
--option trusted-binary-caches "file://$cacheDir" --no-require-sigs