flake: add dbus-next python module

For running test cases.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2024-03-24 13:17:03 +00:00
parent d3c2e01fb0
commit 5df19aed20
No known key found for this signature in database
GPG Key ID: D3A4405BE6CC17F4
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
});
};
python = pkgs.python3.withPackages (ps: with ps; [
xcffib pip
xcffib pip dbus-next
]);
pkgs = import nixpkgs {