about summary refs log tree commit diff
path: root/users/aspen/web/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/aspen/web/shell.nix')
-rw-r--r--users/aspen/web/shell.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/aspen/web/shell.nix b/users/aspen/web/shell.nix
new file mode 100644
index 0000000000..7e7fccdc93
--- /dev/null
+++ b/users/aspen/web/shell.nix
@@ -0,0 +1,9 @@
+with import <nixpkgs> { config.allowUnfree = true; };
+mkShell {
+  buildInputs = [
+    awscli
+    gnumake
+    tarsnap
+    certbot
+  ];
+}