We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589dfe9 commit aaa0d80Copy full SHA for aaa0d80
template/shell.nix.j2
@@ -24,20 +24,19 @@ in pkgs.mkShell rec {
24
25
# build time dependencies
26
nativeBuildInputs = pkgs.lib.concatMap (crate: crate.nativeBuildInputs) cargoDependencySet ++ (with pkgs; [
27
+ beku
28
+ docker
29
+ gettext # for the proper envsubst
30
git
- yq-go
31
jq
32
+ kind
33
kubectl
- nix # this is impled, but needed in the pure env
34
kubernetes-helm
- # tilt already defined in default.nix
- docker
35
- kind
36
-
37
kuttl
38
- beku
+ nix # this is implied, but needed in the pure env
+ # tilt already defined in default.nix
39
which
40
- gettext # for the proper envsubst
+ yq-go
41
]);
42
43
LIBCLANG_PATH = "${pkgs.libclang.lib}/lib";
0 commit comments