Skip to content

Commit

Permalink
Merge branch 'issue-8' into 'dbc-17.09'
Browse files Browse the repository at this point in the history
nixos/cerebro: Fix NixOS#8 type error

Closes NixOS#8

See merge request platform/nixpkgs!17
  • Loading branch information
Anders Møldrup committed Jan 26, 2018
2 parents e4ff408 + 00ea1d6 commit 86ae1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/search/cerebro.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ in {
${pkgs.cerebro}/bin/cerebro \
-Dhttp.port=${toString cfg.port} \
-Dhttp.address=${toString cfg.listenAddress} \
${toString cfg.extraCmdLineOptions};
${builtins.concatStringsSep " " cfg.extraCmdLineOptions};
'';
User = "cerebro";
WorkingDirectory = cfg.home;
Expand Down

0 comments on commit 86ae1c7

Please sign in to comment.