Add caddy to dev shell
a19a4d5172e0bc2be93b646600b6d7cd3c360f3d
5b717e2c3ab0d372d60e14a1f67fa558e6fd26b0
@@ -70,9 +70,10 @@ }; }; }; devShell = pkgs.mkShell { - buildInputs = [ + buildInputs = with pkgs; [ nativeBuildInputs - pkgs.flyctl + caddy + flyctl ]; }; });