about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index e4067e5..ac16a59 100644
--- a/flake.nix
+++ b/flake.nix
@@ -70,9 +70,10 @@
             };
           };
           devShell = pkgs.mkShell {
-            buildInputs = [
+            buildInputs = with pkgs; [
               nativeBuildInputs
-              pkgs.flyctl
+              caddy
+              flyctl
             ];
           };
         });