-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Support NixOS Stable #57
Comments
AFAIK, there are no Overwitch packages for NixOS or any other distribution. I haven't tried either. I'm planning on creating Flatpak package though. |
Real-time kernel access would undoubtedly suffer from within the sandbox of a flatpak. It might be possible, but I personally would not count on a flatpak to reliably deliver a good integration into a low latency real-time audio system. NixOS adopts a fundamentally different approach to sandboxing, with none of the caveats that make flatpak an anti-pattern for pro-audio production. |
I didn't know any of that. I expected the sandboxing to be transparent and just an isolation layer. I'll investigate this further, Thanks for the heads up! |
I forked your repo, and I'll volunteer to maintain a nix package for the project if nobody else is doing so. |
Hello, Jø! I also though about doing it. I don't know how experienced you are in Nix packaging. I have no experience in publishing packages but I've got more and more acquainted with the language and I've created some local packages for my system already. If you are interested in collaboration, we can do it together. |
It seems like work is already underway for this: NixOS/nixpkgs#165104 |
Excellent. had neglected to see this prior. Mea Culpa. The PR is still open, here: So, it would appear there needs to be some help lent to merge the PR. |
Sorry I haven’t finished up the PR, should only be some final touches left. I’ll get to it some time next week. |
@JoNilsson
|
Wondering if anyone has integrated
Overwitch
into a NixOS build? Or, are there any plans to do so?Would be lovely to have this in the Nix package repository. NixOS is fabulous for building stable realtime audio workstations.
The text was updated successfully, but these errors were encountered: