From f3b53b61d20fad20d6db70cb91bebdafbe74417d Mon Sep 17 00:00:00 2001 From: death916 Date: Fri, 21 Nov 2025 03:57:49 -0800 Subject: [PATCH] fix pkgs --- modules/c2cscrape.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/c2cscrape.nix b/modules/c2cscrape.nix index ad801ae..9960773 100644 --- a/modules/c2cscrape.nix +++ b/modules/c2cscrape.nix @@ -21,7 +21,7 @@ in }; user = lib.mkOption { - type = lib.types.Str; + type = lib.types.str; default = "c2cscrape"; description = "user to run as"; };