Skip to content

Commit

Permalink
more meaningful depends_on option's description
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Dec 28, 2023
1 parent 44e8eec commit 17ed3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/postgres/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ in
};

depends_on = lib.mkOption {
description = "Extra process dependency relationships";
description = "Extra process dependency relationships for `${name}-init` process.";
type = types.nullOr (types.attrsOf (types.submodule {
options = {
condition = lib.mkOption {
Expand Down

0 comments on commit 17ed3b1

Please sign in to comment.