Skip to content

Commit

Permalink
nixos/docker-containers: Fix submodule usage
Browse files Browse the repository at this point in the history
The submodule of the "docker-containers" option isn't recognized as a
proper submodule and thus neither properly type-checks nor are its
options included in the manual.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
  • Loading branch information
aszlig committed Oct 12, 2017
1 parent d9aa539 commit 829566a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/service-managers/docker.nix
Expand Up @@ -6,7 +6,7 @@ let
cfg = config.docker-containers;

containerModule = {
script = mkOption {
options.script = mkOption {
type = types.lines;
description = "Shell commands executed as the service's main process.";
};
Expand Down

0 comments on commit 829566a

Please sign in to comment.