From fd8d60be4697c0b15d664c845bea4c3b9f52bf8e Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 11 Jan 2026 17:29:15 -0500 Subject: [PATCH] fix type info --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 079f973..33b3b49 100644 --- a/module.nix +++ b/module.nix @@ -3,7 +3,7 @@ options.services.fooud = { enable = lib.mkEnableOption config.description; repos = lib.mkOption { - type = lib.listOf { + type = lib.types.listOf { path = lib.mkOption { description = "fullpath to the repositiory on your server"; type = lib.types.string;