-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
noisetorch: 0.5.2-beta -> 0.8.2 #97530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@reedrw do you thing it is worth while to add this as a systemd service in nixos? |
I think it would be pretty cool if I could have something like {
services.noisetorch = {
enable = true;
device = "alsa_output.<whatever>";
};
} in my configuration.nix. But I don't really know a lot about writing NixOS modules to do it myself (nor am I really that worried about it not being there). |
yeah, maybe I'll add a ticket for this, after all it's a little bit of convenience. Adding a user service is not a problem, but I think I'll have to create a Virtualbox VM in order to test it... |
I forgot about this until my NUR bot update of it failed. The config.go patch is no longer necessary as the updater is no longer compiled by default. |
And naturally a new release comes out minutes after I update this PR |
Result of 1 package built:
|
Motivation for this change
noisetorch has added a more complete command line implementation, which is useful for running the software as a systemd service among other things.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)