cachix / devenv

Fast, Declarative, Reproducible, and Composable Developer Environments
https://devenv.sh
Apache License 2.0
3.61k stars 262 forks source link

Overmind puts .overmind.sock into root dir instead of .devenv/state #1073

Closed M-arcus closed 1 month ago

M-arcus commented 2 months ago

Describe the bug Overmind puts .overmind.sock into root dir instead of .devenv/state when having process.implementation = "overmind"; configured

To reproduce

{ pkgs, ... }:
{
  processes.entryscript.exec = ''
    ${pkgs.coreutils}/bin/sleep infinity
  '';
  process.implementation = "overmind";
}

image

Version

 $ devenv version
devenv 1.0.2 (x86_64-linux)
domenkozar commented 2 months ago

It should really got into DEVENV_RUNTIME. Could you make a PR?