-
-
Notifications
You must be signed in to change notification settings - Fork 101
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 C/C++ development flake with some sane defaults. #40
Conversation
@joelbenway One little snag here is that it doesn't look gdb is supported on macOS (as reported by |
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.
Just need to make this more robust re: Linux vs. macOS
…s package is now conditional.
Looks good to me. Could you rebase against |
Should be ready to merge |
This is my stab at a flake for a C/C++ toolchain. Here's my reasoning for adding what I did:
I think I plumbed all of this in correctly and updated the necessary docs. You might notice vcpkg packages are missing versions. The tool returns '2999-12-31-unknownhash' when prompted for a version which is obviously wrong. This one appears relatively new to Nix.