all repos — homestead @ f8d8abe77ccce829ac42e988d65530c0bfd98313

Code for my website

Add caddy to dev shell

Alan Pearce
commit

f8d8abe77ccce829ac42e988d65530c0bfd98313

parent

675089578ffa9313eedc2b824ff96a56d325cbcd

1 file changed, 3 insertions(+), 2 deletions(-)

jump to
M flake.nixflake.nix
@@ -70,9 +70,10 @@ };
}; }; devShell = pkgs.mkShell { - buildInputs = [ + buildInputs = with pkgs; [ nativeBuildInputs - pkgs.flyctl + caddy + flyctl ]; }; });