From c5f81545c88206a956156c3e4fab485132cae408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Wed, 2 Nov 2022 20:53:52 +0100 Subject: [PATCH] why the random order --- moa/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/moa/default.nix b/moa/default.nix index 82c4bcc..0f5ae36 100644 --- a/moa/default.nix +++ b/moa/default.nix @@ -76,6 +76,7 @@ in substituteInPlace $out/app.py --replace "from authlib.integrations._client import MissingRequestTokenError" "class MissingRequestTokenError(Exception): pass" substituteInPlace $out/moa/worker.py --replace "Path(f'" "Path(f'/tmp/moa_" substituteInPlace $out/app.py --replace "logHandler = logging.FileHandler('logs/app.log')" "import sys; logHandler = logging.StreamHandler(sys.stderr)" + substituteInPlace $out/moa/worker.py --replace "sqlite" "postgresql" ''; meta = { description = "Mastodon-Twitter crossposter";