Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Binary Cache for Flake Package #41

Open
rawkode opened this issue Sep 4, 2024 · 1 comment
Open

Add Binary Cache for Flake Package #41

rawkode opened this issue Sep 4, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@rawkode
Copy link

rawkode commented Sep 4, 2024

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.

@tsirysndr tsirysndr self-assigned this Sep 5, 2024
@tsirysndr tsirysndr added the enhancement New feature or request label Sep 5, 2024
@tsirysndr
Copy link
Member

tsirysndr commented Sep 5, 2024

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! 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants