-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: support rockspec's build_dependencies #32
Conversation
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## master #32 +/- ##
==========================================
+ Coverage 81.16% 81.41% +0.24%
==========================================
Files 91 92 +1
Lines 11660 11696 +36
==========================================
+ Hits 9464 9522 +58
+ Misses 2196 2174 -22
... and 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
first seen in the wild in std.normalize
8bdea9c
to
be4c431
Compare
now that nix has fixed the issues with unknown platforms, we can enable them in the flake
0acce68
to
2ca252d
Compare
Looks like it is working
|
first seen in the wild in std.normalize
Fixes #31