diff --git a/flake-module.nix b/flake-module.nix index e11b36e9d..ad015b69c 100644 --- a/flake-module.nix +++ b/flake-module.nix @@ -251,6 +251,9 @@ ihpFlake: env.IHP_LIB = "${ghcCompiler.ihp-ide}/lib/IHP"; env.IHP = "${ghcCompiler.ihp-ide}/lib/IHP"; # Used in the Makefile + # Use Overmind so when running tests in GitHub actions, we can execute `devenv up &` without an error. + process.implementation = "overmind"; + scripts.deploy-to-nixos.exec = '' if [[ $# -eq 0 || $1 == "--help" ]]; then echo "usage: deploy-to-nixos "