vps/shell.nix
2024-07-26 23:29:32 +02:00

16 lines
356 B
Nix

{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
packages = with pkgs; [
ansible
ansible-lint
awscli
certbot
colmena
dig
openssl
caddy
shellcheck
git-crypt
opentofu
(import (builtins.fetchTarball "https://github.com/ryantm/agenix/archive/de96bd907d5fbc3b14fc33ad37d1b9a3cb15edc6.tar.gz") { }).agenix
];
}