We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bae3f20 + 1502cf7 commit cc1d9f0Copy full SHA for cc1d9f0
examples/hivemind/devenv.nix
@@ -1,7 +1,7 @@
1
{ pkgs, ... }:
2
3
{
4
- process.implementation = "hivemind";
+ process.manager.implementation = "hivemind";
5
processes.foo.exec = "echo foo; sleep inf";
6
processes.bar.exec = "echo bar; sleep inf";
7
}
examples/overmind/devenv.nix
- process.implementation = "overmind";
+ process.manager.implementation = "overmind";
0 commit comments