about summary refs log tree commit diff
path: root/users/grfn/web/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/web/shell.nix')
-rw-r--r--users/grfn/web/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/web/shell.nix b/users/grfn/web/shell.nix
index 846bdb6677..7e7fccdc93 100644
--- a/users/grfn/web/shell.nix
+++ b/users/grfn/web/shell.nix
@@ -3,7 +3,7 @@ mkShell {
   buildInputs = [
     awscli
     gnumake
-    letsencrypt
     tarsnap
+    certbot
   ];
 }