1 { lib, buildGoModule, fetchFromGitHub, tmux, which, makeWrapper }:
7 nativeBuildInputs = [ makeWrapper ];
10 wrapProgram "$out/bin/overmind" --prefix PATH : "${lib.makeBinPath [ tmux which ]}"
13 src = fetchFromGitHub {
17 sha256 = "sha256-vmmSsg0JneMseFCcx/no2x/Ghppmyiod8ZAIb4JWW9I=";
20 vendorSha256 = "sha256-QIKyLknPvmt8yiUCSCIqha8h9ozDGeQnKSM9Vwus0uY=";
23 homepage = "https://github.com/DarthSim/overmind";
24 description = "Process manager for Procfile-based applications and tmux";
25 license = with licenses; [ mit ];
26 maintainers = [ maintainers.adisbladis ];