Skip to content

Commit

Permalink
update process manager implementation examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrayburn committed Oct 28, 2024
1 parent a337f88 commit 1502cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/hivemind/devenv.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, ... }:

{
process.implementation = "hivemind";
process.manager.implementation = "hivemind";
processes.foo.exec = "echo foo; sleep inf";
processes.bar.exec = "echo bar; sleep inf";
}
2 changes: 1 addition & 1 deletion examples/overmind/devenv.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, ... }:

{
process.implementation = "overmind";
process.manager.implementation = "overmind";
processes.foo.exec = "echo foo; sleep inf";
processes.bar.exec = "echo bar; sleep inf";
}

0 comments on commit 1502cf7

Please sign in to comment.