11 src = fetchFromGitHub {
15 hash = "sha256-c4ROLn+BSX7v/4C9/IeU6HiE2YvnqDuXXGp2iZhAVk4=";
18 vendorHash = "sha256-NhDv7oH8LK/vebwjs55tsCCWVhbZZd15z5ewOF5z9+Y=";
24 ldflags = [ "-s" "-w" ];
27 installShellCompletion --cmd tyson \
28 --bash <($out/bin/tyson completion bash) \
29 --fish <($out/bin/tyson completion fish) \
30 --zsh <($out/bin/tyson completion zsh)
34 description = "TypeScript as a configuration language";
35 mainProgram = "tyson";
36 homepage = "https://github.com/jetpack-io/tyson";
37 changelog = "https://github.com/jetpack-io/tyson/releases/tag/${src.rev}";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ figsoda ];