Skip to content

Commit 1502cf7

Browse files
committed
update process manager implementation examples
1 parent a337f88 commit 1502cf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/hivemind/devenv.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ pkgs, ... }:
22

33
{
4-
process.implementation = "hivemind";
4+
process.manager.implementation = "hivemind";
55
processes.foo.exec = "echo foo; sleep inf";
66
processes.bar.exec = "echo bar; sleep inf";
77
}

examples/overmind/devenv.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ pkgs, ... }:
22

33
{
4-
process.implementation = "overmind";
4+
process.manager.implementation = "overmind";
55
processes.foo.exec = "echo foo; sleep inf";
66
processes.bar.exec = "echo bar; sleep inf";
77
}

0 commit comments

Comments
 (0)