mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 01:42:55 +00:00
flake devshell for devops tools
This commit is contained in:
parent
82e04dcdb1
commit
9bca6e1321
12
flake.nix
12
flake.nix
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user