Skip to content

feat: move to pkl instead of yaml #101

@axtloss

Description

@axtloss

Using Apple's PKL format for our recipes would be a nice upgrade from using yaml, since it supports things like types and pulling modules from the web directly (which we currently have implemented ourselves)
Moving to pkl would go in two steps

  • Add linting support by using pkl as the definition but keeping the recipes yml (view feat: add recipe validation #70) taken by @lambdaclan
  • Add support for pkl recipes, keeping yml as a possibility too
  • (optional, not decided yet) deprecate and remove support for yaml recipes, making pkl the only supported recipe language

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions