vps/shell.nix
2024-02-24 12:57:17 +01:00

14 lines
205 B
Nix

{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
packages = with pkgs; [
ansible
ansible-lint
awscli
certbot
dig
openssl
caddy
shellcheck
git-crypt
opentofu
];
}