fixed typo
This commit is contained in:
parent
a5dffdbbc3
commit
97bb44f717
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ rust-project TODO: write shell script for automatically updating `cargoHash`
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
frequency = lib.mkOption {
|
frequency = lib.mkOption {
|
||||||
type = lib.type.int;
|
type = lib.types.int;
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
The number of minutes to wait between updates
|
The number of minutes to wait between updates
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue