We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66660f commit cd94646Copy full SHA for cd94646
1 file changed
module.nix
@@ -22,7 +22,7 @@ flake: {
22
23
# The digesting configuration of server
24
toml-config = toml.generate "config.toml" {
25
- app.port = cfg.port;
+ app.port = toString cfg.port;
26
spring.datasource.url = "#databaseUrl#";
27
github = {
28
client-id = "#ghcid#";
0 commit comments