Michael Dorst
Michael Dorst
Does it make sense to add that to `bevy_crevice` since it's really on the [`crevice`](https://github.com/LPGhatguy/crevice) maintainers to keep their docs up to date?
Same here, I was struggling with this for a while lol
I also have this issue. This is my current workaround for anyone else who may be having this issue too: ```nix { config, lib, pkgs, ... }: { config =...
Oh interesting. If I populate `rsyncSSHKeys` it builds. So I guess the workaround is just put any random string in there.
Resolves #108
I guess cause electron hasn't reviewed it. I'll take a look.
Can you merge with main? I can't test it without a flake.
> it was a draft and a review was never requested Oh gotcha. I only said that cause it said something about a pending review from you. Idk how github...
Oh awesome, I was gonna ask if I could do that. I was thinking TOML, is that what you had in mind?
I'm also considering storing the default config as TOML or whatever we go with so that we don't have to write out the default config in rust, serialize it, then...