11 src = fetchFromGitHub {
12 owner = "jumppad-labs";
15 hash = "sha256-zJS27lguSHvJge/iRwFhm9GtK0t3VQUt+uFZdjgkaeU=";
17 vendorHash = "sha256-kn7rI5XwpqHeK7mA4FT67tLo2edb+dyD+rveVrGIjIo=";
19 subPackages = [ "." ];
23 "-X main.version=${version}"
26 # Tests require a large variety of tools and resources to run including
27 # Kubernetes, Docker, and GCC.
31 description = "Tool for building modern cloud native development environments";
32 homepage = "https://jumppad.dev";
33 license = licenses.mpl20;
34 maintainers = with maintainers; [ cpcloud ];
35 mainProgram = "jumppad";