Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 9 lines 180 B view raw
1{ 2 buildAstalModule, 3 json-glib, 4}: 5buildAstalModule { 6 name = "battery"; 7 buildInputs = [ json-glib ]; 8 meta.description = "Astal module for upowerd devices (DBus proxy)"; 9}