about summary refs log tree commit diff
path: root/nixos/modules/services/audio/mopidy.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/audio/mopidy.nix')
-rw-r--r--nixos/modules/services/audio/mopidy.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/audio/mopidy.nix b/nixos/modules/services/audio/mopidy.nix
index 6fd7eae5b892..9937feadaeb6 100644
--- a/nixos/modules/services/audio/mopidy.nix
+++ b/nixos/modules/services/audio/mopidy.nix
@@ -39,7 +39,7 @@ in {
       extensionPackages = mkOption {
         default = [];
         type = types.listOf types.package;
-        example = literalExample "[ pkgs.mopidy-spotify ]";
+        example = literalExpression "[ pkgs.mopidy-spotify ]";
         description = ''
           Mopidy extensions that should be loaded by the service.
         '';