diff options
Diffstat (limited to 'users/grfn/gws.fyi/shell.nix')
-rw-r--r-- | users/grfn/gws.fyi/shell.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/grfn/gws.fyi/shell.nix b/users/grfn/gws.fyi/shell.nix new file mode 100644 index 000000000000..846bdb6677a3 --- /dev/null +++ b/users/grfn/gws.fyi/shell.nix @@ -0,0 +1,9 @@ +with import <nixpkgs> { config.allowUnfree = true; }; +mkShell { + buildInputs = [ + awscli + gnumake + letsencrypt + tarsnap + ]; +} |