2efPer
1
Accroding to document,I write a configuration file ghcup-xx.yaml ,and I add this line to the file in ~/.ghcup/config.yaml
:
OwnSource: “file:///Users/zef/.ghcup/ghcup-xx.yaml”
But ghcup didn’t use my own configuration URL in the YAML file, What I did wrong?
jaror
2
Can you share your config.yaml
and ghcup-xx.yaml
?
Maybe you forgot url-source:
?
1 Like
2efPer
3
Yes, You are right. Thank you.
OwnSource
should be the only tag under the url-source
tag.