digitallyinduced / ihp

🔥 The fastest way to build type safe web apps. IHP is a new batteries-included web framework optimized for longterm productivity and programmer happiness
https://ihp.digitallyinduced.com/
MIT License
4.89k stars 194 forks source link

Make `overmind` the default process #1978

Open amitaibu opened 2 months ago

amitaibu commented 2 months ago

So the project's tests could run on GH actions, without needing to define it in the project's flake.nix

  devenv.shells.default = {
      # This is needed so when running tests in GitHub actions, we can execute `devenv up &` without an error.
      process.implementation = "overmind";
  };

Not sure where to set it on IHP, though :smile:

mpscholten commented 2 months ago

👍

The IHP devenv shell is configured here https://github.com/digitallyinduced/ihp/blob/master/flake-module.nix#L194