don't check meta ever
This commit is contained in:
parent
353d1bf3a8
commit
3eebd0c51b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue