ef390b26ee
This will soon be replaced with a pile of org, but for now- HTML! Change-Id: I54c15d5734fd3662ea4916553e0cd1b32cc0681f Reviewed-on: https://cl.tvl.fyi/c/depot/+/395 Reviewed-by: glittershark <grfn@gws.fyi>
9 lines
112 B
Nix
9 lines
112 B
Nix
with import <nixpkgs> {};
|
|
mkShell {
|
|
buildInputs = [
|
|
awscli
|
|
gnumake
|
|
letsencrypt
|
|
tarsnap
|
|
];
|
|
}
|