From e8da9790dc6d55cd2e8883322cdf9a7bf5b4f5b7 Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 20 May 2024 20:09:01 +0200 Subject: Migrate to sanic --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 92951f0..170fe8d 100644 --- a/flake.nix +++ b/flake.nix @@ -13,9 +13,12 @@ (pkgs.python3.withPackages (pythonPackages: with pythonPackages; [ sqlite watchexec + sanic + setuptools ])) ]; shellHook = '' + export DEBUG="TRUE" export HOST="127.0.0.1" export PORT="8080" export KEY="1234" -- cgit v1.2.3