I’ve started working on a Nix/NixOS package for Cloudberry Backup. Things are going okay so far; I’ve resolved all the deps and shared lib paths so that cbb programs can start, but I am in need of a few hints now:
- I see programs reaching for the path “/opt/local/…” which does not exist on NixOS. Is this hard coded or can it be tweaked with configs or env variables?
- cbbGUI and cbbCommandLine appear to hang, possibly waiting for some IPC. Hints? Disclaimer: I’ve never used cbb before and haven’t worked through the service startup parts yet.
I’ll keep chipping away at this, but any supports and shortcuts would be appreciated. Also, if this is going to be impossible I’d like to discover that sooner than later.
Thanks,
Dan.