f8d8abe77ccce829ac42e988d65530c0bfd98313
675089578ffa9313eedc2b824ff96a56d325cbcd
@@ -70,9 +70,10 @@ }; }; }; devShell = pkgs.mkShell { - buildInputs = [ + buildInputs = with pkgs; [ nativeBuildInputs - pkgs.flyctl + caddy + flyctl ]; }; });