diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index fc9e1b0..f6cac5c 100644 --- a/default.nix +++ b/default.nix @@ -11,7 +11,7 @@ buildPythonApplication rec { pyproject = true; build-system = [ - setuptools + hatchling ]; dependencies = [ |