mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
nixos/docker-containers: Fix submodule usage
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>
This commit is contained in:
parent
d9aa539340
commit
829566a23d
@ -6,7 +6,7 @@ let
|
|||||||
cfg = config.docker-containers;
|
cfg = config.docker-containers;
|
||||||
|
|
||||||
containerModule = {
|
containerModule = {
|
||||||
script = mkOption {
|
options.script = mkOption {
|
||||||
type = types.lines;
|
type = types.lines;
|
||||||
description = "Shell commands executed as the service's main process.";
|
description = "Shell commands executed as the service's main process.";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user