release-lib: add exception to build olm on hydra (#347899)

This commit is contained in:
Martin Weinelt 2024-10-12 16:34:48 +02:00 committed by GitHub
commit 21c73135a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,11 @@
, nixpkgsArgs ? { config = {
allowUnfree = false;
inHydra = true;
# Exceptional unsafe packages that we still build and distribute,
# so users choosing to allow don't have to rebuild them every time.
permittedInsecurePackages = [
"olm-3.2.16" # see PR #347899
];
}; }
# This flag, if set to true, will inhibit the use of `mapTestOn`