From 67cd06f94d2ccf6e3c530031858ce37a2797f90d Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Sun, 4 May 2025 02:11:42 -0400 Subject: [PATCH] zenergy: mark for x86_64-linux only Signed-off-by: Ihar Hrachyshka --- pkgs/os-specific/linux/zenergy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/zenergy/default.nix b/pkgs/os-specific/linux/zenergy/default.nix index d78c02e0dd2d..e15a3a2f045d 100644 --- a/pkgs/os-specific/linux/zenergy/default.nix +++ b/pkgs/os-specific/linux/zenergy/default.nix @@ -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" ]; }; }