summary refs log tree commit diff
path: root/pkgs/tools/security/prey
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/prey')
-rw-r--r--pkgs/tools/security/prey/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/security/prey/default.nix b/pkgs/tools/security/prey/default.nix
index bf1197c2bf2e..57352f99091a 100644
--- a/pkgs/tools/security/prey/default.nix
+++ b/pkgs/tools/security/prey/default.nix
@@ -43,5 +43,6 @@ in stdenv.mkDerivation rec {
     description = "Proven tracking software that helps you find, lock and recover your devices when stolen or missing";
     maintainers = with maintainers; [ domenkozar ];
     license = licenses.gpl3;
+    platforms = with platforms; linux;
   };
 }