Skip to content

Commit aaa0d80

Browse files
committed
reorder nix shell packages
1 parent 589dfe9 commit aaa0d80

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

template/shell.nix.j2

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,19 @@ in pkgs.mkShell rec {
2424

2525
# build time dependencies
2626
nativeBuildInputs = pkgs.lib.concatMap (crate: crate.nativeBuildInputs) cargoDependencySet ++ (with pkgs; [
27+
beku
28+
docker
29+
gettext # for the proper envsubst
2730
git
28-
yq-go
2931
jq
32+
kind
3033
kubectl
31-
nix # this is impled, but needed in the pure env
3234
kubernetes-helm
33-
# tilt already defined in default.nix
34-
docker
35-
kind
36-
3735
kuttl
38-
beku
36+
nix # this is implied, but needed in the pure env
37+
# tilt already defined in default.nix
3938
which
40-
gettext # for the proper envsubst
39+
yq-go
4140
]);
4241

4342
LIBCLANG_PATH = "${pkgs.libclang.lib}/lib";

0 commit comments

Comments
 (0)