-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
fix(flake): add missing meta section to flake #74
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #74 +/- ##
========================================
- Coverage 3.34% 3.33% -0.01%
========================================
Files 19 19
Lines 2399 2407 +8
========================================
Hits 80 80
- Misses 2319 2327 +8 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
btw, do you know if there are any GitHub actions (or can we hack something together) to test the Nix builds in CI? |
Easiest approach is installing nix package manager onto action I'll look into it now and will create PR / give you feedback |
perfect, thanks! |
I did an action that builds flake 50f6acd After an hour of searching a way I found nothing. The only way I know to fix this is complex full rewrite of flake, that will build cargo crate. I don't have enough knowlege and desire to do it. Should I create a PR with this half success? |
Ah, for sure, please go ahead and create a draft PR. I can ping some Nix people for further help :) Thanks for your effort on this! ❤️ |
Description of change
This adds meta section which is needed for example to show description of a package