Skip to content

Symlink of pkgx.yaml is not picked up #890

@fredrikaverpil

Description

@fredrikaverpil

Expected behavior

  • Add symlink to a pkgx.yaml file in a project directory.
  • Run dev in project directory so to activate developer environment tooling.
  • Cd into project directory.
  • 🟢 The pkgx.yaml is read and the specified tooling is installed/loaded.

Actual behavior

  • Add symlink to a pkgx.yaml file in a project directory.
  • Run dev in project directory so to activate developer environment tooling.
  • Cd into project directory.
  • 🔴 No tooling is loaded. I don't think the file is recognized.

More details

$ ls -lha

drwxr-xr-x  45 fredrik  staff   1.4K Dec 13 21:22 .
drwxr-xr-x  21 fredrik  staff   672B Dec 12 18:01 ..
lrwxr-xr-x@  1 fredrik  staff    48B Dec 13 21:22 pkgx.yaml -> /Users/fredrik/code/dotfiles/templates/pkgx.yaml
$ cat pkgx.yaml

dependencies:
  - ruby
  - gem
  - node
  - npm
  - python

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