1 { lib, ruby, bundlerApp, bundlerUpdateScript }:
9 exes = ["docker-sync"];
11 passthru.updateScript = bundlerUpdateScript "docker-sync";
14 description = "Run your application at full speed while syncing your code for development";
15 homepage = "http://docker-sync.io";
16 license = licenses.gpl3;
17 maintainers = with maintainers; [ manveru nicknovitski ];
18 platforms = platforms.unix;
19 mainProgram = "docker-sync";