Skip to content

Commit

Permalink
add jq & yq to the Nix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
franckrasolo committed Apr 25, 2024
1 parent 9d42804 commit 58efec8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
devShells.default = pkgs.mkShell rec {
packages = with pkgs; [
direnv
jq
just
k3d
kubectl
kubectl-explore
kubectx
temurin-bin-21
yq-go
];

shellHook = ''
Expand Down

0 comments on commit 58efec8

Please sign in to comment.