Skip to content

Allow configuring overrides #96

@tomodachi94

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)
}

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