diff --git a/src/NixpkgsReview.hs b/src/NixpkgsReview.hs index e3589ba..c8e7d2c 100644 --- a/src/NixpkgsReview.hs +++ b/src/NixpkgsReview.hs @@ -43,7 +43,7 @@ run cache commit = proc "rm" ["-rf", revDir cache commit] (exitCode, _nixpkgsReviewOutput) <- ourReadProcessInterleavedSem $ - proc "timeout" [T.unpack timeout, (binPath <> "/nixpkgs-review"), "rev", T.unpack commit, "--no-shell", "--extra-nixpkgs-config", "{ allowInsecurePredicate = x: true; }"] + proc "timeout" [T.unpack timeout, (binPath <> "/nixpkgs-review"), "rev", T.unpack commit, "--no-shell"] case exitCode of ExitFailure 124 -> do output $ "[check][nixpkgs-review] took longer than " <> timeout <> " and timed out"