about summary refs log tree commit diff
path: root/pkgs/tools/misc/watchlog/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/watchlog/default.nix')
-rw-r--r--pkgs/tools/misc/watchlog/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/tools/misc/watchlog/default.nix b/pkgs/tools/misc/watchlog/default.nix
index 1cc323ca45772..b89d42354e1bb 100644
--- a/pkgs/tools/misc/watchlog/default.nix
+++ b/pkgs/tools/misc/watchlog/default.nix
@@ -22,5 +22,8 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://gitlab.com/kevincox/watchlog";
     license = lib.licenses.asl20;
     maintainers = with lib.maintainers; [ kevincox ];
+
+    # Dependency only supports Linux + Windows: https://github.com/mentaljam/standard_paths/tree/master/src
+    platforms = with lib.platforms; linux ++ windows;
   };
 }