Fix type signature for nginx static file helper
This commit is contained in:
parent
e3da5a795f
commit
c8885be2c2
|
@ -5,7 +5,7 @@
|
|||
};
|
||||
|
||||
options.satellite.static = lib.mkOption {
|
||||
type = lib.types.functionTo (lib.types.functionTo lib.types.anything);
|
||||
type = lib.types.functionTo lib.types.anything;
|
||||
description = "Helper function for generating a quick file serving config";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue