modules/performance: don't combine filesPlugin into plugin pack

It's expected that user may want to override some runtime files in its
own config directory. Do not combine it into plugin pack to avoid
collisions.
This commit is contained in:
Stanislav Asunkin 2024-07-19 16:35:17 +03:00 committed by traxys
parent e65c9590d0
commit 0c32f5bda5
2 changed files with 88 additions and 10 deletions

View file

@ -93,5 +93,8 @@ in
]
) extraFiles}
'';
# Never combine user files with the rest of the plugins
performance.combinePlugins.standalonePlugins = [ config.filesPlugin ];
};
}