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

Docs for config.dhall #637

Open
andy-bell101 opened this issue Apr 14, 2024 · 1 comment
Open

Docs for config.dhall #637

andy-bell101 opened this issue Apr 14, 2024 · 1 comment

Comments

@andy-bell101
Copy link

I've been trying to find a description of what can be specified in the config.dhall for cachix and I haven't been able to find much. Seems you can specify a hostname and that's about it. Is there some obvious place I haven't looked? If not, might be a feature request

@sandydoo
Copy link
Member

Yeah, the schema is roughly:

{ authToken : Text
, hostname : Text
, binaryCaches: List { name : Text, secretKey : Text }
}

At some point, I'd like to:

  1. drop dhall
  2. allow setting all the CLI options here
  3. pick up local configs

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

2 participants