SergioRibera / sss

SSS (Super ScreenShot) is a WIP: CLI/Lib to take amazing screenshot of code or screen
https://sergioribera.github.io/sss/
Apache License 2.0
112 stars 6 forks source link

Binary Cache for Nix Packages #3

Closed cenunix closed 2 weeks ago

cenunix commented 8 months ago

Was wondering if a binary cache would be implemented for sss, as it does take a bit to build, and I believe many users would benefit from a binary cache that could be utilized for faster install. Is this at all possible? I have seen other projects implement this but it's more of a nice to have than absolutely required of course, thanks for your work on this project!

SergioRibera commented 8 months ago

Hello, thank you very much for using my tool 😃

I don't know very well how to do that, it probably requires making a contribution to nixpkgs, but I don't know very well how to do it either, as soon as I find out how, we could have it in nixpkgs officially

SergioRibera commented 7 months ago

It seems to me that this PR (https://github.com/NixOS/nixpkgs/pull/302495) could be related to this issue, let's hope they do the same for sss_code

krovuxdev commented 7 months ago

"Hello @cenunix ! :) Thank you for your message and your interest in improving the efficiency of installing sss!

I would like to inform you that I have made a contribution to add a sss package to nixpkgs as a contributor to the project. The PR has been submitted today and is currently in the process of review and merging. I expect that once this process is complete, users will be able to benefit from a faster installation process using the binary cache.

I appreciate your patience and ongoing support as we work on improving sss.

Thank you again for your contribution to the community!

SergioRibera commented 2 weeks ago

Hey @cenunix, we already have cachix support or so it seems, everything should be working correctly, otherwise open another issue please