Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

epm not recognizing custom domain config #1833

Open
1 task done
ndarwincorn opened this issue Aug 25, 2024 · 0 comments
Open
1 task done

epm not recognizing custom domain config #1833

ndarwincorn opened this issue Aug 25, 2024 · 0 comments

Comments

@ndarwincorn
Copy link

What happened, and what did you expect to happen?

Similar to #745, I host my elvish theme module in sourcehut.

Just updated to v0.21 and when ripping out some module imports whose maintainers haven't updated to replace eawk, epm isn't recognizing my epm-domain.cfg:

$ epm:upgrade git.sr.ht/~ndarwincorn/elvish-theme
=> No config for domain 'git.sr.ht'.

$ echo $epm:managed-dir
$E:HOME/.local/share/elvish/lib # actual output here is my home dir, not "$E:HOME"

$ cat $E:HOME/.local/share/elvish/lib/git.sr.ht/epm-domain.cfg 
{
    "method": "git",
    "protocol": "https",
    "levels": "2"
}

I see the epm module hasn't been changed in 7 months so I'm not sure where to start digging on this. $epm:-domain-config-file~ looks right in my local shell at a cursory glance.

Output of "elvish -version"

v0.21.0

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant