Skip to content

Commit

Permalink
Merge pull request #1560 from bgrayburn/main
Browse files Browse the repository at this point in the history
update process manager implementation examples
  • Loading branch information
domenkozar authored Oct 29, 2024
2 parents bae3f20 + 1502cf7 commit cc1d9f0
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 cc1d9f0

Please sign in to comment.