File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,20 +25,21 @@ in pkgs.mkShell rec {
2525
2626 # build time dependencies
2727 nativeBuildInputs = pkgs . lib . unique ( pkgs . lib . concatMap ( crate : crate . nativeBuildInputs ) cargoDependencySet ++ ( with pkgs ; [
28- beku
29- docker
30- gettext # for the proper envsubst
31- git
32- jq
33- kind
34- kubectl
35- kubernetes-helm
36- kuttl
37- nix # this is implied, but needed in the pure env
38- # tilt already defined in default.nix
39- which
40- yq-go
41- ] ) ) ;
28+ beku
29+ docker
30+ gettext # for the proper envsubst
31+ git
32+ jq
33+ kind
34+ kubectl
35+ kubernetes-helm
36+ kuttl
37+ nix # this is implied, but needed in the pure env
38+ # tilt already defined in default.nix
39+ which
40+ yq-go
41+ grpcurl # for interacting with the Vector API
42+ ] ) ) ;
4243
4344 LIBCLANG_PATH = "${ pkgs . libclang . lib } /lib" ;
4445 BINDGEN_EXTRA_CLANG_ARGS = "-I${ pkgs . glibc . dev } /include -I${ pkgs . clang } /resource-root/include" ;
You can’t perform that action at this time.
0 commit comments