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

Push source into nix/ subdir to avoid annoying extra rebuilds #5589

Closed
wants to merge 4 commits into from

Commits on Feb 21, 2023

  1. Move Nix code into sub directory

    This avoids rebuilding all of Nix whenever you change a Nix expression
    in flake.nix
    ElvishJerricco authored and Ericson2314 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    78cbdc9 View commit details
    Browse the repository at this point in the history
  2. Move back README.md

    The configure script can sanity check it has the right source directory
    with a different file instead. `AC_CONFIG_SRCDIR` before `AC_INIT` is
    fine.
    Ericson2314 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    c8bc7c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    089d513 View commit details
    Browse the repository at this point in the history
  4. Cinch down sources for perl-bindings too

    Avoids rebuilds, but also good to limit what stuff we leak from `./nix` in
    general.
    Ericson2314 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    c9e99b5 View commit details
    Browse the repository at this point in the history