zenergy: mark for x86_64-linux only (#404054)

This commit is contained in:
Aleksana
2025-05-04 14:41:05 +08:00
committed by GitHub
+1 -1
View File
@@ -41,6 +41,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/BoukeHaarsma23/zenergy";
license = licenses.gpl2Only;
maintainers = with maintainers; [ wizardlink ];
platforms = platforms.linux;
platforms = [ "x86_64-linux" ];
};
}