nixfiles/shells/work.nix

10 lines
121 B
Nix

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