10 src = fetchFromGitHub {
14 hash = "sha256-Hh4SfmdR7hujc6Ty+ay8uyl1vkjYuxwa5J5RacqHOAE=";
20 "-X go.jetpack.io/devbox/internal/build.Version=${version}"
23 # integration tests want file system access
26 vendorHash = "sha256-SVChgkPgqhApWDNA1me41zS0hXd1G2oFrL/SsnFiIsg=";
28 nativeBuildInputs = [ installShellFiles ];
31 installShellCompletion --cmd devbox \
32 --bash <($out/bin/devbox completion bash) \
33 --fish <($out/bin/devbox completion fish) \
34 --zsh <($out/bin/devbox completion zsh)
38 description = "Instant, easy, predictable shells and containers.";
39 homepage = "https://www.jetpack.io/devbox";
40 license = licenses.asl20;
41 maintainers = with maintainers; [ urandom lagoja ];