Ghcup using own configuration

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?

Can you share your config.yaml and ghcup-xx.yaml?

Maybe you forgot url-source:?

1 Like

Yes, You are right. Thank you.
OwnSource should be the only tag under the url-source tag.