diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2023-08-04 15:41:14 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2023-08-04 15:43:10 +0100 |
commit | 2f83b4f20629911168cbb480f6d47e65cecded31 (patch) | |
tree | 3c5c86bf7ccda2a61df002e50c5c39789c369921 | |
parent | changelog (diff) | |
download | synapse-anoa/debug_poetry.tar.xz |
Enable debug logging for poetry github/anoa/debug_poetry anoa/debug_poetry
-rw-r--r-- | flake.nix | 2 |
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; |