Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ buildAstalModule, json-glib }: 2buildAstalModule { 3 name = "powerprofiles"; 4 buildInputs = [ json-glib ]; 5 meta.description = "Astal module for upowerd profiles using DBus"; 6}