aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-12-04 20:13:13 +0100
committerMartin Fischer <martin@push-f.com>2025-12-04 20:13:28 +0100
commitbd0edb97421398b1491314014c7e0f9d3b01236c (patch)
treedadf38744552d75ab35af5afc06c1c8341e9c93a
parent08ef4e3af67bcaed436536221a81aa459c0883a1 (diff)
fix(build): for NixOS 25.11
-rw-r--r--default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 276d5c0..88e5ade 100644
--- a/default.nix
+++ b/default.nix
@@ -7,9 +7,12 @@ let
pname = "pywikiapi";
version = "pinned";
src = sources.pywikiapi;
+ pyproject = true;
+ build-system = [setuptools];
dependencies = [
requests
+ responses
];
};
logformat = import "${sources.logformat}" {};