From 512a86e0b9c2cfb4f633041563e8baf2584a3a34 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 15 Oct 2025 00:26:35 +0000 Subject: [PATCH] Remove warning about string type. --- modules/system/glitchtip/glitchtip.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/glitchtip/glitchtip.nix b/modules/system/glitchtip/glitchtip.nix index 1635c7f..5e2f289 100644 --- a/modules/system/glitchtip/glitchtip.nix +++ b/modules/system/glitchtip/glitchtip.nix @@ -119,7 +119,7 @@ in }; environment = lib.mkOption { - type = lib.types.listOf lib.types.string; + type = lib.types.listOf lib.types.str; default = [ ]; example = [ "TMPDIR=/tmp/glitchtip" ]; description = ''