summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2023-08-04 15:41:14 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2023-08-04 15:43:10 +0100
commit2f83b4f20629911168cbb480f6d47e65cecded31 (patch)
tree3c5c86bf7ccda2a61df002e50c5c39789c369921
parentchangelog (diff)
downloadsynapse-anoa/debug_poetry.tar.xz
Enable debug logging for poetry github/anoa/debug_poetry anoa/debug_poetry
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index b89b6d9218..a07a619a2b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -122,7 +122,7 @@
                 languages.python.poetry.activate.enable = true;
                 # Install all extra Python dependencies; this is needed to run the unit
                 # tests and utilitise all Synapse features.
-                languages.python.poetry.install.arguments = ["--extras all"];
+                languages.python.poetry.install.arguments = ["-vvv" "--extras all"];
                 # Install the 'matrix-synapse' package from the local checkout.
                 languages.python.poetry.install.installRootPackage = true;