From 8162d337b5fecc309adcee11b32b5cd3c2632a2f Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 23 Dec 2025 19:56:42 +0100 Subject: [PATCH] nix: disable pythonImportsCheck to avoid Playwright side effects during build https://chatgpt.com/share/694ae5ee-de04-800f-9944-9d7deb74f300 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5a5c806..2cce22a 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ version = "1.0.1"; # keep in sync with pyproject.toml pyproject = true; src = self; - + pythonImportsCheck = [ ]; # disable import-check phase (prevents Playwright/installer side effects) nativeBuildInputs = with python.pkgs; [ setuptools wheel