vps/shell.nix
2023-11-19 12:42:34 +01:00

12 lines
181 B
Nix

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