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.
1 parent a337f88 commit 1502cf7Copy full SHA for 1502cf7
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