3
0
Fork 0
forked from mirrors/nixpkgs

nixos/octoprint: improve example

This commit is contained in:
Jonathan Ringer 2020-08-24 13:33:34 -07:00 committed by Jon
parent d9e6beab26
commit 7e07d142e7

View file

@ -68,8 +68,8 @@ in
plugins = mkOption {
default = plugins: [];
defaultText = "plugins: []";
example = literalExample "plugins: [ m3d-fio ]";
description = "Additional plugins.";
example = literalExample "plugins: with plugins; [ m33-fio stlviewer ]";
description = "Additional plugins to be used. Available plugins are passed through the plugins input.";
};
extraConfig = mkOption {