486ca1633b
Necessary for tarsnap (for now), though I'm probably gonna get rid of that sooner rather than later. Change-Id: I4614a8e4ea62edd247a0fead6ae38d1f870b36f4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2357 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
9 lines
140 B
Nix
9 lines
140 B
Nix
with import <nixpkgs> { config.allowUnfree = true; };
|
|
mkShell {
|
|
buildInputs = [
|
|
awscli
|
|
gnumake
|
|
letsencrypt
|
|
tarsnap
|
|
];
|
|
}
|