From 5df19aed2030c37395bc58fe71b12452d85b3cbe Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Sun, 24 Mar 2024 13:17:03 +0000 Subject: [PATCH] flake: add dbus-next python module For running test cases. Signed-off-by: Yuxuan Shui --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3df9d2e2..10244ef8 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ }); }; python = pkgs.python3.withPackages (ps: with ps; [ - xcffib pip + xcffib pip dbus-next ]); pkgs = import nixpkgs {