Hello everyone, this is my ever first real contribution to the nixpkgs repository; I’ve made an service module and a package from a deamon that I really like called audio-share.
What audio-share does: it replicates all sound from the current main output of PipeWire to an Android app, so you can use any device as an speaker.
I’m facing issues with making the user systemd service start correctly, and making the tests for the module.
Here the draft pull request: audio-share: new module and package init a v0.3.4 by wetrustinprize · Pull Request #506760 · NixOS/nixpkgs · GitHub
I really liked how nixpkgs is organized, and will learn more and improve my skills to continue contributing! But right now I am in need of help to understand better nixos tests and systemd units.
Thanks!