mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
parent
cacf2d27f6
commit
3670a03586
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ in {
|
||||||
Install = { WantedBy = [ "default.target" ]; };
|
Install = { WantedBy = [ "default.target" ]; };
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
Environment = "PATH=${makeBinPath [ pkgs.mercurial pkgs.git ]}";
|
Environment = [ "PATH=${makeBinPath [ pkgs.mercurial pkgs.git ]}" ];
|
||||||
ExecStart =
|
ExecStart =
|
||||||
"${pkgs.hound}/bin/houndd ${concatStringsSep " " houndOptions}";
|
"${pkgs.hound}/bin/houndd ${concatStringsSep " " houndOptions}";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue