fluentci-engine icon indicating copy to clipboard operation
fluentci-engine copied to clipboard

Add Binary Cache for Flake Package

Open rawkode opened this issue 1 year ago • 1 comments

Currently using the flake to bring fluentci-engine to my NixOS host is very slow.

Would be nice to build this on CI and push to Cachix.

rawkode avatar Sep 04 '24 20:09 rawkode

Hi @rawkode , thank you for bringing this up! 🎯

I've just pushed the latest changes to Cachix. You can try it out using the following command:

cachix use fluentci
nix flake update  github:fluentci-io/fluentci-engine
nix run github:fluentci-io/fluentci-engine -- --help

Regarding the slow performance when using the flake to bring fluentci-engine to your NixOS host, I completely understand the concern. Building the package on CI and pushing it to Cachix is a great idea to improve the user experience. I'll work on setting up CI to automate the builds and push the results to Cachix for faster access.

Thanks again for the feedback! 😊

tsirysndr avatar Sep 05 '24 15:09 tsirysndr