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

Fixes #5190 - core: Add :packages keyword for layers #5339

Closed
wants to merge 1 commit into from
Closed

Fixes #5190 - core: Add :packages keyword for layers #5339

wants to merge 1 commit into from

Commits on Mar 8, 2016

  1. core: Add :packages keyword for layers

    This implements my proposal in #5190.
    
    To restrict layer to only use pkg1 and pkg2 use
    (layer
      :packages (pkg1 pkg2))
    
    To load all packages in a layer except pkg1 use
    (layer
      :packages (not pkg1))
    
    In the layer object, this translates to the :user-packages slot
    justbur committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    92cf686 View commit details
    Browse the repository at this point in the history