fix: add wrapPureTranslator option

This commit is contained in:
Yusuf Bera Ertan 2022-10-06 21:33:56 +03:00
parent 08ae837a1a
commit 65ffc551d0
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -4,5 +4,6 @@
in {
options.functions.translators = {
makeTranslatorDefaultArgs = lib.mkOption {type = t.functionTo t.anything;};
wrapPureTranslator = lib.mkOption {type = t.functionTo t.package;};
};
}