flake devshell for devops tools

This commit is contained in:
Noah Masur 2022-08-19 19:10:08 -06:00
parent 82e04dcdb1
commit 9bca6e1321

View File

@ -89,6 +89,18 @@
default = pkgs.mkShell {
buildInputs = with pkgs; [ git stylua nixfmt shfmt shellcheck ];
};
devops = pkgs.mkShell {
buildInputs = with pkgs; [
git
terraform
consul
vault
awscli2
google-cloud-sdk
kustomize
fluxcd
];
};
});
# Templates for starting other projects quickly