12 src = fetchFromGitHub {
16 hash = "sha256-D56yT/A3aT9k6uEJv8NYEeHjjKzNiXMveLoOlQSjDKU=";
22 "-X go.jetpack.io/devbox/internal/build.Version=${version}"
25 subPackages = [ "cmd/devbox" ];
27 # integration tests want file system access
30 vendorHash = "sha256-xsx+bFjvYpLYE+Sok+4zlsK6i9QLg04fdWQoN5zC2CY=";
32 nativeBuildInputs = [ installShellFiles ];
34 postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
35 installShellCompletion --cmd devbox \
36 --bash <($out/bin/devbox completion bash) \
37 --fish <($out/bin/devbox completion fish) \
38 --zsh <($out/bin/devbox completion zsh)
42 description = "Instant, easy, predictable shells and containers";
43 homepage = "https://www.jetpack.io/devbox";
44 license = licenses.asl20;
45 maintainers = with maintainers; [