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