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

Allow submodules to use custom lib/evalModules #98952

Closed
wants to merge 3 commits into from

Commits on Sep 27, 2020

  1. Configuration menu
    Copy the full SHA
    c6af0fd View commit details
    Browse the repository at this point in the history
  2. lib/types: Simplify submoduleWith shorthandOnlydefinesConfig handling

    The module system already uses the parent modules _type as a fallback,
    so we don't need to inject the file in a weird way
    
    With a future commit that allows passing custom lib versions, this will
    also allow usage of older nixpkgs versions that don't have
    aa61342 yet
    infinisil committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    29d194d View commit details
    Browse the repository at this point in the history
  3. lib/types: Allow submoduleWith to pass different evalModules

    This allows evaluating modules with older lib versions
    infinisil committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    123573b View commit details
    Browse the repository at this point in the history