Randy Eckenrode
Randy Eckenrode
Setting `dataDir` in the module configuration to a path writeable by your user should work. Ideally, these would be more like the NixOS modules, which set up system services and...
It will if you specify [`createHome`][1]. I tried setting this up to test, and it was pretty messy. I had to copy the launch agent to `/Library/LaunchDaemons` and run it...
I really wanted content-addressed derivations while working on NixOS/nixpkgs#240433. 😠Fortunately, I have a solution. It’s similar to @thufschmitt’s first option. However, I want to address the second before I...
I fixed the mypy lint failure.
FWIW, iTerm2 is another binary package that might be suitable for this.
Is there anything else needing to be done to move this forward after approval?
When building with Nix, you have to use `rustPlatform.bindgenHook` in your derivation to make sure builds can find the required frameworks. The installed SDKs don’t matter because Nix doesn’t use...
[This][1] works for me. The only modifications I made were to pass the dependencies directly and drop the shell hook. `rustPlatform.bindgenHook` takes care of setting up your environment, so you...