From 910a71676d5709802b42376f84c6a0b9338383d0 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Tue, 2 Dec 2025 02:06:08 +0100 Subject: [PATCH] specify setuptools build system explicitly --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 2f54069..e076ec0 100644 --- a/flake.nix +++ b/flake.nix @@ -19,6 +19,10 @@ pname = "rzr"; version = "main"; src = self; + pyproject = true; + build-system = with pkgs; [ + python3Packages.setuptools + ]; propagatedBuildInputs = with pkgs; [ python3Packages.colour python3Packages.openrazer