1 { lib, ruby, bundlerApp, bundlerUpdateScript }:
10 passthru.updateScript = bundlerUpdateScript "chef-cli";
13 description = "Chef Infra Client is a powerful agent that applies your configurations on remote Linux, macOS, Windows and cloud-based systems";
14 homepage = "https://chef.io/";
15 license = licenses.asl20;
16 maintainers = with maintainers; [ dylanmtaylor ];
17 mainProgram = "chef-cli";