lemmy-ui: set meta.platforms to nodejs.meta.platforms

lemmy-ui should run everywhere that nodejs does.
This commit is contained in:
adisbladis
2023-06-14 09:24:56 -04:00
committed by Yt
parent 2e7eea8e38
commit adb66130e7
+1 -1
View File
@@ -75,6 +75,6 @@ mkYarnPackage {
homepage = "https://join-lemmy.org/";
license = licenses.agpl3Only;
maintainers = with maintainers; [ happysalada billewanick ];
platforms = platforms.linux;
inherit (nodejs.meta) platforms;
};
}