From adfbb99172f21332feb9d61937d84c2ff5b0a74e Mon Sep 17 00:00:00 2001 From: bin Date: Sat, 15 Nov 2025 12:20:55 -0500 Subject: [PATCH] Add Caddy to the Nix devshell. Also remove flyctl, as we no longer rely on fly.io infrastructure. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5b1a5d8..05459ae 100644 --- a/flake.nix +++ b/flake.nix @@ -55,7 +55,7 @@ ]; packages = with pkgs; [ - flyctl + caddy ]; };