Skip to content

Structured dependencies in pkgx.yaml #22

@dudicoco

Description

@dudicoco

Currently the dependencies value in pkgx.yaml is just a string:

dependencies:
  python@3.10 node@16.20.1
env:
  FOO: bar

I suggest making it an array so it's more structured and robust:

dependencies:
- python@3.10
- node@16.20.1
env:
  FOO: bar

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions