From 97bb44f71716b5a4172e3a916e93b005d5f262e6 Mon Sep 17 00:00:00 2001
From: Nickiel12 <nicholasyoungsumner@gmail.com>
Date: Sat, 26 Aug 2023 08:52:26 -0700
Subject: [PATCH] fixed typo

---
 flake.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix
index 9d2a650..ae418eb 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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
             '';