chore(ci): add nix flake build#75
Conversation
|
AFAIK |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #75 +/- ##
=====================================
Coverage 3.33% 3.33%
=====================================
Files 19 19
Lines 2407 2407
=====================================
Hits 80 80
Misses 2327 2327 ☔ View full report in Codecov by Sentry. |
|
Maybe @jla2000 or @Titaniumtown has an idea about this |
|
@ch4og I think you will need to cache the nix store. |
I'm not too familiar with using nix with github actions, srry :( |
Doesn't nix magic cache do this? |
|
Should be good to merge Caching nix store using other way worked. It uses cache after first build now But this build time can be decreased even more with #76 |
Description of change
Adds flake building to CI
Help is needed to add rust-cache support