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

Enable languages.c for Crystal #682

Merged
merged 1 commit into from
Jun 23, 2023
Merged

Commits on Jun 23, 2023

  1. Enable languages.c for Crystal

    Crystal needs at least a linker available and `pkg-config`, but other parts of the C toolchain are also often useful.
    
    A more minimal implementation would be adding `pkgs.gcc` and `pkgs.pkg-config` as the bare minimum.
    The idea of enabling the entire C language is copied from the Rust configuration, so I figure it should be fine for Crystal as well.
    straight-shoota authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e9362d4 View commit details
    Browse the repository at this point in the history