sander
sander
If you don't mind me asking, what are you working on that creates such large derivations?
Yeah, the schema is roughly: ```dhall { authToken : Text , hostname : Text , binaryCaches: List { name : Text, secretKey : Text } } ``` At some point,...
> As far as I can see, it's not possible to specify a different path to your nixos configuration in the config.dhall for cachix. I'm not quite following. How does...
Ah, so you want to permanently set `--nixos-folder` when using `cachix use`. ``` -m,--mode nixos | root-nixconf | user-nixconf Mode in which to configure binary caches for Nix. Supported values:...
Thanks, @PoisonPhang! Will get that fixed
PR: https://github.com/haskell-nix/hnix-store/pull/218
@roberth, here's a branch with the fix applied, in case it helps unblock you. https://github.com/cachix/cachix/tree/fix/592
The telegraf plugin only supports gRPC and our Haskell library only exports binary payloads via HTTP. 🤦 One way around this would be to run an instance of the [OpenTelemetry...
You can use environment variables to change where and how the cachix client exports traces: https://opentelemetry.io/docs/concepts/sdk-configuration/otlp-exporter-configuration/. The default HTTP endpoint is `http://localhost:4318`. AFAIK, it's recommended to run the collector locally...
@zowoq, yeah, that makes sense. I wonder how much work it would be to get our end speak gRPC 🤔