Add Caddy to the Nix devshell.

Also remove flyctl, as we no longer rely on fly.io infrastructure.
This commit is contained in:
bin
2025-11-15 12:20:55 -05:00
parent d604455e1f
commit adfbb99172

View File

@@ -55,7 +55,7 @@
];
packages = with pkgs; [
flyctl
caddy
];
};