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

10 lines
140 B
Nix
Raw Normal View History

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