fixed typo

This commit is contained in:
Nickiel12 2023-08-26 08:52:26 -07:00
parent a5dffdbbc3
commit 97bb44f717

View file

@ -89,7 +89,7 @@ rust-project TODO: write shell script for automatically updating `cargoHash`
'';
};
frequency = lib.mkOption {
type = lib.type.int;
type = lib.types.int;
description = lib.mdDoc ''
The number of minutes to wait between updates
'';