Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make overmind the default process #1978

Open
amitaibu opened this issue Jun 24, 2024 · 1 comment · May be fixed by #1980
Open

Make overmind the default process #1978

amitaibu opened this issue Jun 24, 2024 · 1 comment · May be fixed by #1980

Comments

@amitaibu
Copy link
Collaborator

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 😄

@mpscholten
Copy link
Member

👍

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

@amitaibu amitaibu linked a pull request Jun 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants