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

cc-wrapper: convert cc-wrapper.sh to cc-wrapper.nix #266838

Closed
wants to merge 2 commits into from
Closed

cc-wrapper: convert cc-wrapper.sh to cc-wrapper.nix #266838

wants to merge 2 commits into from

Commits on Dec 1, 2023

  1. cc-wrapper: convert cc-wrapper.sh to cc-wrapper.nix

    This commit converts cc-wrapper.sh into a .nix file consisting of
    one large string.  This will allow future commits to hoist
    conditionals out of bash code, into Nix code.  This allows to add or
    remove conditional code from the cc-wrapper **without causing
    rebuilds on platforms where the condition is false**.
    Adam Joseph committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    81f15cb View commit details
    Browse the repository at this point in the history
  2. cc-wrapper: use writeScript instead of builtins.toFile

    Adam Joseph committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ac7b474 View commit details
    Browse the repository at this point in the history