From e6f6bbeebc5ab817f941b6567959ace35b83f1c5 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Tue, 2 Dec 2025 02:05:15 +0100 Subject: [PATCH 1/2] update flake inputs --- flake.lock | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 81f8d16..3de1fd0 100644 --- a/flake.lock +++ b/flake.lock @@ -2,10 +2,12 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 0, - "narHash": "sha256-GFzPxJzTd1rPIVD4IW+GwJlyGwBDV1Tj5FLYwDQQ9sM=", - "path": "/nix/store/50yickar04m51aqnc43gxf45g2i0n3k9-source", - "type": "path" + "lastModified": 1764611609, + "narHash": "sha256-yU9BNcP0oadUKupw0UKmO9BKDOVIg9NStdJosEbXf8U=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "8c29968b3a942f2903f90797f9623737c215737c", + "type": "github" }, "original": { "id": "nixpkgs", From 910a71676d5709802b42376f84c6a0b9338383d0 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Tue, 2 Dec 2025 02:06:08 +0100 Subject: [PATCH 2/2] 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