From b03b5dcd8efa961b2bf2e5c148edfa811c5c8fbe Mon Sep 17 00:00:00 2001 From: Patka Date: Tue, 14 May 2024 12:32:54 +0200 Subject: [PATCH] trayscale: restrict to linux platform --- pkgs/applications/networking/trayscale/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/trayscale/default.nix b/pkgs/applications/networking/trayscale/default.nix index 72b204e11f8e..e6960e298713 100644 --- a/pkgs/applications/networking/trayscale/default.nix +++ b/pkgs/applications/networking/trayscale/default.nix @@ -52,5 +52,6 @@ buildGoModule rec { license = licenses.mit; maintainers = with maintainers; [ patka ]; mainProgram = "trayscale"; + platforms = platforms.linux; }; }