summary refs log tree commit diff
path: root/pkgs/tools/misc/heatseeker/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/heatseeker/default.nix')
-rw-r--r--pkgs/tools/misc/heatseeker/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/heatseeker/default.nix b/pkgs/tools/misc/heatseeker/default.nix
index 9183f1290ea..20f199ae73f 100644
--- a/pkgs/tools/misc/heatseeker/default.nix
+++ b/pkgs/tools/misc/heatseeker/default.nix
@@ -24,5 +24,6 @@ buildRustPackage rec {
     homepage = https://github.com/rschmitt/heatseeker;
     license = stdenv.lib.licenses.mit;
     maintainers = [ maintainers.michaelpj ];
+    platforms = platforms.linux;
   };
 }