tvl-depot/users/grfn/web/shell.nix
Aspen Smith edea6daddd feat(users/grfn/web): Purge cloudflare cache on deploy
Change-Id: Iebaff500bc7bbb92ff4344f185a3b446f9ce9eb9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9975
Autosubmit: grfn <grfn@gws.fyi>
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
2023-11-06 21:17:33 +00:00

9 lines
136 B
Nix

with import <nixpkgs> { config.allowUnfree = true; };
mkShell {
buildInputs = [
awscli
gnumake
tarsnap
certbot
];
}