mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-28 03:22:33 +03:00
fix: add wrapPureTranslator option
This commit is contained in:
parent
08ae837a1a
commit
65ffc551d0
@ -4,5 +4,6 @@
|
|||||||
in {
|
in {
|
||||||
options.functions.translators = {
|
options.functions.translators = {
|
||||||
makeTranslatorDefaultArgs = lib.mkOption {type = t.functionTo t.anything;};
|
makeTranslatorDefaultArgs = lib.mkOption {type = t.functionTo t.anything;};
|
||||||
|
wrapPureTranslator = lib.mkOption {type = t.functionTo t.package;};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user