From 6e43e10d1fe867be0d3694275c803cac7a6f148d Mon Sep 17 00:00:00 2001 From: qvalentin Date: Mon, 19 Jun 2023 19:45:49 +0200 Subject: [PATCH] Fix deps in converted.nix --- backend/converted.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/converted.nix b/backend/converted.nix index e7014db..f8b3710 100644 --- a/backend/converted.nix +++ b/backend/converted.nix @@ -31,6 +31,7 @@ mkDerivation { text uuid wai + wai-extra warp websockets ]; @@ -45,6 +46,7 @@ mkDerivation { text uuid wai + wai-extra warp websockets ];