diff options
| author | Ben Sima <ben@bensima.com> | 2025-12-01 23:02:17 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-12-01 23:02:17 -0500 |
| commit | 90b6b21990df76051a9f639cd7596ec3e93de564 (patch) | |
| tree | 8365faa1e5bac59f864f5b16d24792b270add7a1 /Omni/Bild | |
| parent | 0c3b77c06028205aac0184973037355689fc3c9e (diff) | |
fix: lint Admin.py after refactor
Diffstat (limited to 'Omni/Bild')
| -rw-r--r-- | Omni/Bild/Builder.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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_; |
