From a7ea834b1782c0931b47a58db65e3cb6b337a2ad Mon Sep 17 00:00:00 2001 From: Artturin Date: Tue, 16 Nov 2021 20:37:44 +0200 Subject: [PATCH] nixos/plex: replace literalExample with literalExpression --- nixos/modules/services/misc/plex.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/plex.nix b/nixos/modules/services/misc/plex.nix index 7c97069aaf75..2ae4e80d5c3f 100644 --- a/nixos/modules/services/misc/plex.nix +++ b/nixos/modules/services/misc/plex.nix @@ -76,7 +76,7 @@ in in Plex's scanners directory will be cleared and this module will symlink all of the paths specified here to that directory. ''; - example = literalExample '' + example = literalExpression '' [ (fetchFromGitHub { owner = "ZeroQI";