9 lines
112 B
Nix
9 lines
112 B
Nix
with import <nixpkgs> {};
|
|
mkShell {
|
|
buildInputs = [
|
|
awscli
|
|
gnumake
|
|
letsencrypt
|
|
tarsnap
|
|
];
|
|
}
|