mirror of https://github.com/status-im/NimYAML.git
Fixed the NixOS module for webdocs, try 2
This commit is contained in:
parent
fcbeb66476
commit
624cbe59b3
|
@ -114,7 +114,7 @@
|
|||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
serviceConfig.ExecStart = ''
|
||||
${webdocs}/bin/nimyaml-docs-server --address "${cfg.address}" --port ${
|
||||
${webdocs}/bin/nimyaml-docs-server --address="${cfg.address}" --port=${
|
||||
toString cfg.port
|
||||
}'';
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue