Skip to content

Allow configuring overrides #96

Description

@tomodachi94

Users should be able to change how their packages behave.

Design 1

A file like /etc/unicorn/override.lua:

return {
  (function(package_table)
    if package_table.name == "unicorn-cli" then
      -- some changes to package_table
    end
    return package_table
  end)
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions