depot/third_party/tvl/users/glittershark/gws.fyi/shell.nix

10 lines
112 B
Nix
Raw Normal View History

with import <nixpkgs> {};
mkShell {
buildInputs = [
awscli
gnumake
letsencrypt
tarsnap
];
}