nixfiles/shells/work.nix

12 lines
149 B
Nix

{pkgs, ...}:
with pkgs;
mkShell {
nativeBuildInputs = [
jq
ripgrep
kubectl
k9s
terraform
awscli
];
}