fix location option
All checks were successful
nix-build-publish / check (push) Successful in 6m43s

This commit is contained in:
L-Nafaryus 2024-10-02 01:15:30 +05:00
parent 13a624b5cf
commit ce71c0429a
Signed by: L-Nafaryus
GPG Key ID: 553C97999B363D38

View File

@ -300,7 +300,7 @@
description = "Station genre";
};
location = mkOption {
type = types.nullOr types.port;
type = types.nullOr types.str;
default = null;
description = "Station location";
};