docs(default-flatpaks): Add known issue about https://github.com/blue-build/modules/issues/231

This commit is contained in:
fiftydinar 2024-05-17 09:03:21 +02:00
parent bc0cfd7381
commit 62232260b4

View file

@ -35,3 +35,9 @@ https://github.com/blue-build/modules/issues/146
Flatpak runtimes are not supported due to technical difficulty in implementing those:
https://github.com/blue-build/modules/pull/142#issuecomment-1962458757
Flatpak IDs input in the last module definition overwrites the 1st one.
This scenario happens when multiple module definitions of `default-flatpaks` are used.
This means that the only flatpak list that is going to take the effect is the one in last module definition.
More details about this issue:
https://github.com/blue-build/modules/issues/231