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-wX29nFmzmbxbaXtwIWZNvueXFv9SKIOqexkc5pEITpw=";
20 vendorHash = "sha256-XhF4oizOZ6g0351Q71Wp9IA3aFpocC5xGovDefIoL78=";
23 homepage = "https://github.com/DarthSim/overmind";
24 description = "Process manager for Procfile-based applications and tmux";
25 mainProgram = "overmind";
26 license = with licenses; [ mit ];