Skip to content

Commit cc1d9f0

Browse files
authored
Merge pull request cachix#1560 from bgrayburn/main
update process manager implementation examples
2 parents bae3f20 + 1502cf7 commit cc1d9f0

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)