This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .gitattributes --- Text | |
| No changes. | |
| LICENSE --- Text | |
| No changes. | |
| CHANGELOG.md --- Text | |
| No changes. | |
| README.md --- Text |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CHANGELOG.md --- Text | |
| No changes. | |
| README.md --- Text | |
| No changes. | |
| LICENSE --- Text | |
| No changes. | |
| .gitattributes --- Text |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /nix/store/r8s97qgkc96p2qsiydjz90a0pdpj1bac-mop-0-unstable-2025-12-20-go-modules | |
| this derivation will be built: | |
| /nix/store/hf02kqn3vf5pky1jmrl7wxbbcxanwm5j-mop-0-unstable-2025-12-20-go-modules.drv | |
| building '/nix/store/hf02kqn3vf5pky1jmrl7wxbbcxanwm5j-mop-0-unstable-2025-12-20-go-modules.drv'... | |
| Running phase: unpackPhase | |
| unpacking source archive /nix/store/gyfc139y6lrq0s5jp22y9lld2nr32k6a-source | |
| source root is source | |
| Running phase: patchPhase | |
| Running phase: updateAutotoolsGnuConfigScriptsPhase |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /nix/store/r8s97qgkc96p2qsiydjz90a0pdpj1bac-mop-0-unstable-2025-12-20-go-modules | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Privacy Policy for WRhythm | |
| Last Updated: December 27, 2025 | |
| WRhythm is a third-party streaming client designed to connect to user-provided Subsonic-compatible servers. Your privacy is a priority, and this policy outlines how your data is handled. | |
| 1. Data Collection and Usage | |
| No Personal Data Collection: WRhythm does not collect, store, or transmit any personal information, usage statistics, or telemetry data to its developers or any third-party analytics services. | |
| Server Credentials: Your server URL, username, and password are stored locally on your Apple Watch using secure system storage. This information is only used to authenticate with your designated Subsonic server and is never shared. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .gitignore --- Text | |
| No changes. | |
| pyops.mli.405 --- Text | |
| No changes. | |
| dune-project --- 1/2 --- Text | |
| 4 4 | |
| 5 (license BSD-2-Clause) 5 (license BSD-2-Clause) | |
| 6 6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Running phase: qtPreHook | |
| @nix { "action": "setPhase", "phase": "qtPreHook" } | |
| Running phase: unpackPhase | |
| @nix { "action": "setPhase", "phase": "unpackPhase" } | |
| unpacking source archive /nix/store/kp708rl5ygn75s6w1sy53jh5jyv4i3i9-VTK-9.5.2.tar.gz | |
| source root is VTK-9.5.2 | |
| setting SOURCE_DATE_EPOCH to timestamp 1758139347 of file "VTK-9.5.2/vtkLogo.ico" | |
| Running phase: patchPhase | |
| @nix { "action": "setPhase", "phase": "patchPhase" } | |
| Running phase: updateAutotoolsGnuConfigScriptsPhase |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| LICENSE --- Text | |
| File permissions changed from 100444 to 100644. | |
| No changes. | |
| .gitignore --- Text | |
| File permissions changed from 100444 to 100644. | |
| No changes. | |
| shavee-bin/LICENSE --- Text | |
| 1 MIT License |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pyops.ml.405 --- Text | |
| File permissions changed from 100444 to 100644. | |
| No changes. | |
| .merlin --- Text | |
| File permissions changed from 100444 to 100644. | |
| No changes. | |
| README --- Text | |
| File permissions changed from 100444 to 100644. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| inputs = { | |
| nixpkgs.url = "github:NixOS/nixpkgs/master"; | |
| }; | |
| outputs = | |
| { self, nixpkgs }: | |
| let | |
| system = "x86_64-linux"; | |
| pkgs = import nixpkgs { inherit system; }; | |
| hp = pkgs.haskell.packages.ghc98.override { |
NewerOlder