feat(gws.fyi): add current source of gws.fyi
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>
This commit is contained in:
parent
61e03e2d99
commit
ef390b26ee
6 changed files with 80 additions and 0 deletions
9
users/glittershark/gws.fyi/shell.nix
Normal file
9
users/glittershark/gws.fyi/shell.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
with import <nixpkgs> {};
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
awscli
|
||||
gnumake
|
||||
letsencrypt
|
||||
tarsnap
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue