plex: extraPlugins example

This commit is contained in:
afreakk 2022-02-06 18:35:58 +01:00
parent 189f73465b
commit f4cadcfcae

View File

@ -63,6 +63,19 @@ in
this behavior is undesired, set <option>managePlugins</option> to
false.
'';
example = literalExpression ''
[
(builtins.path {
name = "Audnexus.bundle";
path = pkgs.fetchFromGitHub {
owner = "djdembeck";
repo = "Audnexus.bundle";
rev = "v0.2.8";
sha256 = "sha256-IWOSz3vYL7zhdHan468xNc6C/eQ2C2BukQlaJNLXh7E=";
};
})
]
'';
};
extraScanners = mkOption {