summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index d3c04f5a..6e826074 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -310,7 +310,7 @@ in rec {
310 , collapse = standardCollapse 310 , collapse = standardCollapse
311 } 311 }
312 312
313 wSettings = setHost "*" . Warp.setPort 8080 $ Warp.defaultSettings 313 wSettings = Warp.setHost "*" . Warp.setPort 8080 $ Warp.defaultSettings
314 ''; 314 '';
315 }; 315 };
316 316