From ce71c0429a561beddb0634c95b08aec690d3cec8 Mon Sep 17 00:00:00 2001 From: L-Nafaryus Date: Wed, 2 Oct 2024 01:15:30 +0500 Subject: [PATCH] fix location option --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e61455e..fc101c6 100644 --- a/flake.nix +++ b/flake.nix @@ -300,7 +300,7 @@ description = "Station genre"; }; location = mkOption { - type = types.nullOr types.port; + type = types.nullOr types.str; default = null; description = "Station location"; };