Skip to content

Commit cd94646

Browse files
committed
fix: coerce number port to string
1 parent c66660f commit cd94646

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ flake: {
2222

2323
# The digesting configuration of server
2424
toml-config = toml.generate "config.toml" {
25-
app.port = cfg.port;
25+
app.port = toString cfg.port;
2626
spring.datasource.url = "#databaseUrl#";
2727
github = {
2828
client-id = "#ghcid#";

0 commit comments

Comments
 (0)