From 90b6b21990df76051a9f639cd7596ec3e93de564 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 1 Dec 2025 23:02:17 -0500 Subject: fix: lint Admin.py after refactor --- Omni/Bild/Builder.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Omni/Bild/Builder.nix') diff --git a/Omni/Bild/Builder.nix b/Omni/Bild/Builder.nix index 1191eca..9ede3b8 100644 --- a/Omni/Bild/Builder.nix +++ b/Omni/Bild/Builder.nix @@ -280,6 +280,8 @@ with bild; let python = python.buildPythonApplication rec { inherit name src CODEROOT; + pyproject = true; + build-system = [python.packages.setuptools]; nativeBuildInputs = [makeWrapper]; propagatedBuildInputs = langdeps_ ++ sysdeps_ ++ rundeps_; buildInputs = sysdeps_; -- cgit v1.2.3