about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-03-04 15:06:03 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-03-06 21:01:46 +0700
commitdcf51a859f7bcf9efa24acde82f303a4ceb37685 (patch)
tree0cd79661d48f27862483b6bc3f72913ac4d26879
parent48c42ec3a05cf494883941a6177fb8138172462d (diff)
loadwatch: expand platforms to all
-rw-r--r--pkgs/tools/system/loadwatch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/loadwatch/default.nix b/pkgs/tools/system/loadwatch/default.nix
index d7abc87677491..80f808214bc19 100644
--- a/pkgs/tools/system/loadwatch/default.nix
+++ b/pkgs/tools/system/loadwatch/default.nix
@@ -15,6 +15,6 @@ stdenv.mkDerivation {
     description = "Run a program using only idle cycles";
     license = licenses.gpl2;
     maintainers = with maintainers; [ woffs ];
-    platforms = platforms.linux;
+    platforms = platforms.all;
   };
 }