From 1448439a28f509657213217dc137022b37a94ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asger=20Juul=20Brunsh=C3=B8j?= Date: Sat, 28 Feb 2026 20:03:19 +0100 Subject: [PATCH] fix: lib.types.string to lib.types.str --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1f29381..3c421b2 100644 --- a/flake.nix +++ b/flake.nix @@ -85,7 +85,7 @@ enable = lib.mkEnableOption "Ascend service"; bindAddress = lib.mkOption { description = "Bind address (LEPTOS_SITE_ADDR)"; - type = lib.types.string; + type = lib.types.str; default = "127.0.0.1:1337"; }; };