1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
8 owner = "jumppad-labs";
11 hash = "sha256-UO1a8CoHLNoo74zJkzgSlTkB7XWWHWu2EUiqCvLOQj8=";
13 vendorHash = "sha256-S4SyuidH8sxJbuG7yHgSP/iHcuP1h5EHaW8X6gG4GNw=";
15 subPackages = [ "." ];
19 "-X main.version=${version}"
22 # Tests require a large variety of tools and resources to run including
23 # Kubernetes, Docker, and GCC.
27 description = "Tool for building modern cloud native development environments";
28 homepage = "https://jumppad.dev";
29 license = licenses.mpl20;
30 maintainers = with maintainers; [ cpcloud ];
31 mainProgram = "jumppad";