plausible: platforms.{linux -> unix}

Co-authored-by: Raphael Megzari <raphael@megzari.com>
This commit is contained in:
Maximilian Bosch
2021-06-02 19:21:31 +09:00
committed by Raphael Megzari
co-authored by Raphael Megzari
parent f3d5618ae1
commit 1ed65d4bf6
+1 -1
View File
@@ -86,6 +86,6 @@ in beamPackages.mixRelease {
homepage = "https://plausible.io/";
description = " Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.";
maintainers = with maintainers; [ ma27 ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}