pkgs/by-name/ra/radio-active/package.nix
0 → 100644
+68
−0
Loading
Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
Internally adds `zenlog` which, in the future, may break due to `colorlog` introducing breaking-changes. Hence why for the commented code in that section. Searching if any other packages have this dependency did not result in results; ```bash shopt -s globstar; grep -rEn -- zenlog pkgs/**/*.nix; ``` Overrides and pins `pyradios` to version `1.0.2` because without this the main application complains during install time. Main package `src` is obtained via `fetchFromGitHub` because I forked it to enable XDG configuration directory support as well as reduce need of declaring defaults. Once deep5050/radio-active#124 is accepted, or rejected, we can revisit the `src` value. Attributions; - @qzylinra for making code look pretty - @SuperSandro2000 for encouraging `zenlog` to be packaged separately