Merge pull request #303148 from callahad/fix-unfree-predicate-message

stdenv/check-meta: Fix error message for disallowed unfree packages
This commit is contained in:
éclairevoyant 2024-04-13 05:50:23 +00:00 committed by GitHub
commit f46237b072
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -189,7 +189,7 @@ let
Alternatively you can configure a predicate to allow specific packages:
{ nixpkgs.config.${predicateConfigAttr} = pkg: builtins.elem (lib.getName pkg) [
"${getName attrs}"
"${lib.getName attrs}"
];
}
'';