Skip to content

Commit

Permalink
Revert "allow nixpkgs-review to build insecure packages"
Browse files Browse the repository at this point in the history
This reverts commit 6e45a09.

not needed now that openssl_1_1 is disallowed
  • Loading branch information
zowoq committed Jun 26, 2024
1 parent 3e25ce4 commit d49fec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NixpkgsReview.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d49fec1

Please sign in to comment.