don't check meta ever

This commit is contained in:
Graham Christensen 2017-12-11 07:14:01 -05:00
parent 353d1bf3a8
commit 3eebd0c51b
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -16,7 +16,7 @@ let
allowBroken = true;
allowUnfree = true;
allowInsecurePredicate = x: true;
checkMeta = checkMeta;
checkMeta = false; # checkMeta; see #32365
# See https://github.com/NixOS/nixpkgs/pull/32365
handleEvalIssue = reason: errormsg: