about summary refs log tree commit diff
path: root/pkgs/applications/networking/trayscale
diff options
context:
space:
mode:
authorPatka <patka@patka.dev>2024-05-14 12:32:54 +0200
committerPatka <patka@patka.dev>2024-05-14 13:22:24 +0200
commitb03b5dcd8efa961b2bf2e5c148edfa811c5c8fbe (patch)
treee8c897e7d8f06b9cecc204ad372d9b5ded55ff56 /pkgs/applications/networking/trayscale
parent0a77146e7ad07ee20d6fa576669dd41c55fb5730 (diff)
trayscale: restrict to linux platform
Diffstat (limited to 'pkgs/applications/networking/trayscale')
-rw-r--r--pkgs/applications/networking/trayscale/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/trayscale/default.nix b/pkgs/applications/networking/trayscale/default.nix
index 72b204e11f8e7..e6960e2987131 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;
   };
 }